TdxPDFViewerSelection.IsEmpty Method
In This Article
Identifies if the document selection is empty.
#Declaration
Delphi
function IsEmpty: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if no content is selected in the displayed PDF document; otherwise, False.
To clear the current document selection, call the Clear procedure.
See Also