Back to Devexpress

TcxCustomPopupEdit Class

vcl-cxdropdownedit-ec65f529.md

latest1.7 KB
Original Source

TcxCustomPopupEdit Class

Serves as the base class for classes that implement editors hosting another control in their popup window.

Declaration

delphi
TcxCustomPopupEdit = class(
    TcxCustomDropDownEdit
)

Remarks

Use the Properties.PopupControl property to specify the control to embed into the popup window.

Do not create an instance of the TcxCustomPopupEdit class. Use its descendants such as TcxPopupEdit, which publish necessary properties.

Inheritance

Show 15 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomPopupEdit

See Also

TcxCustomPopupEdit Members

cxDropDownEdit Unit