vcl-dxrichedit-dot-actions-f1e2f672.md
An action object that corresponds to the InsertTableOfFigures command provided by the Rich Edit control.
TdxRichEditControlInsertTableOfFigures = class(
TdxRichEditControlAction
)
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:
False.TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlInsertTableOfFigures
See Also