TdxRichEditControlBase.IsSelectionInHeader Method
In This Article
Returns a value indicating whether the current selection is contained within a document header.
#Declaration
Delphi
function IsSelectionInHeader: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the header editing mode is currently active (i.e., the caret or selection is located within a document header); otherwise – False.
See Also