ImageEn includes a large set of actions for ImageEnView, Layers, ImageEnMView , ImageEnFolderMView and IERichEdit components to allow you to rapidly develop your UI (and instantly localize in twenty-five languages).

TIERichEdit Actions can be used with a TIERichEdit or standard TRichEdit.

To use actions:
1. Add a TActionList component to your form
2. Double-click your TActionList to open it
3. Select "New Standard Action"
4. Scroll down to the ImageEnView actions, select the ones you require and click OK
5. Assign the actions to menu items and buttons
Demo
| Demos\Actions\Actions_IERichEdit\RichEditActions.dpr |
Base Properties | RichEdit | Optional property: Specify a TIERichEdit or TRichEdit if you have multiple on a form and want to limit actions to one of them |
| RequiresFocus | If enabled, actions have no effect unless a TIERichEdit is focused, otherwise actions work and change whatever control is focused. You must set this to true, or use the RichEdit property if you have multiple TIERichEdits on a form (Default: False) |
ActionsTIERichEditNewDocumentTIERichEditPromptToOpen *
TIERichEditSave *
TIERichEditPromptToSave *
TIERichEditPromptToPrintTIERichEditSelectFont *
TIERichEditSelectFontColor *
TIERichEditFontSizeTIERichEditIncreaseFontSizeTIERichEditDecreaseFontSizeTIERichEditBoldTIERichEditItalicTIERichEditUnderlineTIERichEditBulletsTIERichEditNumbering *
TIERichEditAlignLeftTIERichEditAlignRightTIERichEditAlignCenterTIERichEditAlignJustify *
TIERichEditCutTIERichEditCopyTIERichEditPasteTIERichEditPasteSpecialTIERichEditDeleteTIERichEditUndoTIERichEditRedo *
TIERichEditSelectAllTIERichEditZoomFullSizeTIERichEditZoomInTIERichEditZoomOutTIERichEditSetZoomTIERichEditFindDialog *
TIERichEditFindNext *
TIERichEditReplaceDialog *
TIERichEditInsertImage *
TIERichEditInsertObjectDialog *
TIERichEditPasteSpecialDialog *
* Does not work with TRichEdit
Notes:
- You can set
MsgLanguage to localize the actions