Dialogs tab
From Free Pascal wiki
Jump to navigationJump to search
│
English (en) │
español (es) │
suomi (fi) │
français (fr) │
polski (pl) │
русский (ru) │
The Dialogs tab of the Component Palette contains all dialog-components.
| Icon | Component | Description | Online Docs |
|---|---|---|---|
| TOpenDialog | Dialog for selecting the name of a file for opening it | Link | |
| TSaveDialog | Dialog for selecting the name of a file for saveing it | Link | |
| TSelectDirectoryDialog | Dialog for selecting a directory | Link | |
| TColorDialog | Dialog for selecting a color | Link | |
| TFontDialog | Dialog for selecting a font | Link | |
| TFindDialog | Dialog with parameters for finding a text | Link | |
| TReplaceDialog | Dialog with parameters for replacing text | Link | |
| TTaskDialog | very flexible message box allowing to add various levels of text, additional buttons, as well as radiobuttons. | Link | |
| TOpenPictureDialog | Dialog for selecting the name of a picture file for opening it | Link | |
| TSavePictureDialog | Dialog for selecting the name of a picture file for saving it | Link | |
| TCalendarDialog | Dialog for selecting a date | Link | |
| TCalculatorDialog | Dialog showing a pocket calculator | Link | |
| TPrinterSetupDialog | Printer setup dialog | Link | |
| TPrintDialog | Print dialog (select printer, pages etc). | Link | |
| TPageSetupDialog | Dialog for setting up a printer page | Link |
Note: TPrinterSetupDialog, TPrintDialog and TPageSetupDialog only appear if the Printer4Lazarus package is also installed. To install, go to Package > Install/Uninstall Packages... menu.
See also
| Component Palette |
|---|
| Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro |
