TcxCustomPopupEdit Class
Serves as the base class for classes that implement editors hosting another control in their popup window.
Declaration
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
See Also