Back to Devexpress

TdxRichEditControlBase.IsSelectionInFooter Method

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-c536fa77.md

latest1015 B
Original Source

TdxRichEditControlBase.IsSelectionInFooter Method

Returns a value indicating whether the current selection is contained within a document footer.

Declaration

delphi
function IsSelectionInFooter: Boolean;

Returns

Type
Boolean

Remarks

This function returns True if the footer editing mode is currently active (i.e., the caret or selection is located within a document footer); otherwise – False.

See Also

TdxRichEditControlBase

TdxRichEditControlBase.IsSelectionInHeader

TdxRichEditControlBase.IsSelectionInHeaderOrFooter

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit