vcl-dxrichedit-dot-actions-e3d0427f.md
An action object that corresponds to the ToggleParagraphAlignmentRight command provided by the Rich Edit control.
TdxRichEditControlToggleParagraphAlignmentRight = class(
TdxRichEditControlAction
)
This class does not introduce any new public members. Executing a TdxRichEditControlToggleParagraphAlignmentRight action object aligns text within the current paragraph to the right document margin. If the selected paragraph is already right-aligned, the ToggleParagraphAlignmentRight command can do one of the following:
UI elements linked to a TdxRichEditControlToggleParagraphAlignmentRight action object are enabled only if the following conditions are met:
False.TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleParagraphAlignmentRight
See Also
TdxRichEditControlToggleParagraphAlignmentCenter
TdxRichEditControlToggleParagraphAlignmentJustify
TdxRichEditControlToggleParagraphAlignmentLeft