The elements of the Group dialog are various dialogs which serve to facilitate interaction with the user. To use a dialog, place it on the form. If you are in the form editor, the dialog is shown as a small icon on the form; if the Client Command is executed later, the icon is not displayed.
Note: |
All dialogs merely provide a workspace, which means that you must implement all functions yourself. |
Name |
Description |
Layout |
A simple "Open" dialog, which allows file selection. |
||
A dialog for selecting a storage location. |
||
Allows a change of fonts. |
||
With this dialog, it is possible to select different colors or to define a specific color. |
||
Opens a simple print dialog to print documents. |
||
Opens a dialog to set various printer settings. |
||
Behaves similarly to TOpenDialog, but only image files can be selected. |
||
Behaves similarly to TSaveDialog, but only an image file can be selected. |
||
Opens a dialog box to search for specific words or parts of words |
||
Extends TFindDialog to include the option to replace words. |
||
A dialog to adjust hardcopy page settings. |
Last change on 10.03.2014