Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • 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