When using a TImageEnFolderMView you can use both the TImageEnFolderMView specific actions which follow, as well as all the actions of TImageEnMView to rapidly develop your UI (and instantly localize in twenty-five languages).
TImageEnMViewDoPrintPreviewDialog
TImageEnMViewDoSavePreviewDialog
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 ImageEnMView actions, select the ones you require and click OK
5. Assign the actions to menu items and buttons
Specifies the type of action: whether the control only performs a function (ieaButton), toggles a state (ieaCheckbox), or changes between multiple states (ieaRadioButton)
ImageEnFolderMView
Optional property: Specify a TImageEnFolderMView 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 TImageEnFolderMView is focused, otherwise actions work and change whatever control is focused. You must set this to true, or use the ImageEnFolderMView property if you have multiple TImageEnFolderMViews on a form (Default: False)
Note:
◼You can set MsgLanguage to localize the actions ◼Some actions include shortcuts. The VCL does not allow these to be cleared at design-time. Disable them at run-time as follows: ImageEnMView1PromptToOpen1.ShortCut := 0; ◼See the list of the default ImageIndexes if you are planning to add graphics to your actions ◼You can respond to action behavior using OnActionExecute