Dialogs

Navigation:  Tutorial: The Form Editor > The IDE > Toolbox >

Dialogs

Version 1.0.0

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.

 

Hinweis

Note:

All dialogs merely provide a workspace, which means that you must implement all functions yourself.

 

Name

Description

Layout

TOpenDialog

A simple "Open" dialog, which allows file selection.

11.1.3.2 - OpenDialog

TSaveDialog

A dialog for selecting a storage location.

11.1.3.2 - SaveDialog

TFontDialog

Allows a change of fonts.

11.1.3.2 - FontDialog

TColorDialog

With this dialog, it is possible to select different colors or to define a specific color.

11.1.3.2 - ColorDialog

TPrintDialog

Opens a simple print dialog to print documents.

11.1.3.2 - PrintDialog

TPrinterSetupDialog

Opens a dialog to set various printer settings.

11.1.3.2 - PrinterSetupDialog

TOpenPictureDialog

Behaves similarly to TOpenDialog, but only image files can be selected.

11.1.3.2 - OpenPictureDialog

TSavePictureDialog

Behaves similarly to TSaveDialog, but only an image file can be selected.

11.1.3.2 - SavePictureDialog

TFindDialog

Opens a dialog box to search for specific words or parts of words

11.1.3.2 - FindDialog

TReplaceDialog

Extends TFindDialog to include the option to replace words.

11.1.3.2 - ReplaceDialog

TPageSetupDialog

A dialog to adjust hardcopy page settings.

11.1.3.2 - PageSetupDialog

Last change on 10.03.2014