TdxCustomCalloutPopup.PopupControl Property
In This Article
Specifies the control (a TWinControl descendant) to be displayed inside the callout popup.
#Declaration
Delphi
property PopupControl: TWinControl read; write;
#Property Value
Type |
---|
TWin |
#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