TdxCustomCalloutPopup.PopupControl Property
Specifies the control (a TWinControl descendant) to be displayed inside the callout popup.
Declaration
property PopupControl: TWinControl read; write;
Property Value
Type |
---|
TWinControl |
Remarks
The specified control is embedded into the callout popup on the Popup method call. Refer to the method description to learn more.
See Also