Back to Devexpress

TdxRichEditControlInsertTableOfFigures Class

vcl-dxrichedit-dot-actions-f1e2f672.md

latest2.6 KB
Original Source

TdxRichEditControlInsertTableOfFigures Class

An action object that corresponds to the InsertTableOfFigures command provided by the Rich Edit control.

Declaration

delphi
TdxRichEditControlInsertTableOfFigures = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlInsertTableOfFigures action object inserts a table of figures (i.e., a special TOC document field with the \h and \c switches) based on existing figure captions within the current document (SEQ fields with the Figure identifier). An end-user can insert figure captions by using the InsertFiguresCaption command provided by a TdxRichEditControlInsertFigureCaption action object.

UI elements linked to a TdxRichEditControlInsertTableOfFigures action object are enabled only if the following conditions are met:

  • The Rich Edit control’s ReadOnly property is set to False.
  • The current selection (i.e., the caret or text selection) is not located within the document header or footer.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlInsertTableOfFigures

See Also

TdxRichEditControlInsertTableOfFigures Members

dxRichEdit.Actions Unit