TdxRichEditControlBase.IsSelectionInTextBox Method
In This Article
Returns a value indicating whether the current selection is contained within a floating text box.
#Declaration
Delphi
function IsSelectionInTextBox: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if there is a text selection or the caret is located within the floating text box; otherwise – False.
See Also