Skip to main content
A newer version of this page is available. .

TcxCustomDropDownEdit.CloseUp(TcxEditCloseUpReason) Method

Closes the popup window and passes the selected item’s value to an editor.

Declaration

procedure CloseUp(AReason: TcxEditCloseUpReason); virtual;

Parameters

Name Type
AReason TcxEditCloseUpReason

Remarks

The CloseUp method closes the popup window. The AReason parameter specifies why the popup window is being closed. All the possible values for this parameter are listed in the description of the TcxEditCloseUpReason type.

The currently selected item’s value is displayed in the editor and is assigned to the editor’s EditValue property when the reason for the popup window closing is specified by the crTab, crEnter, or crClose values.

See Also