TCustomdxVTreeViewEdit.CloseUp(Boolean) Method
Closes a drop-down tree-view control.
Declaration
procedure CloseUp(Accept: Boolean); virtual;
Parameters
Name | Type |
---|---|
Accept | Boolean |
Remarks
Call CloseUp to programmatically close a drop-down tree-view control. The Accept parameter determines whether to modify the field value with the value that corresponds to the selected node in a drop-down tree-view control.
See Also