TdxCustomCalloutPopup.IsVisible Method
In This Article
Indicates if the callout popup is currently displayed.
#Declaration
Delphi
function IsVisible: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the callout popup is currently displayed; otherwise, False.
Refer to the Popup and Close method descriptions to learn how to switch the visibility of the callout popup.
See Also