Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Contains a cross plattform (and compiler) setup dialog, that enables the possibility of choosing a plugin and setting the resolution. Special properties of the plugin library are also parsed and displayed.
Name | Description |
---|---|
Class ESetupDlg |
Exceptions concerning the setup dialog are derivated from this class. |
Class ESetupDlgNoPluginsFound |
Exception raised when the setup dialog is opened but no plugin is found. |
Class TAdSetupSection |
Class used internally by the setup dialog that adds a new property group to the dialof. |
Class TAdSetupForm |
Form class used by TAdSetupDlg. |
Class TAdSetup |
A cross plattform (and compiler) setup dialog, that enables the possibility of choosing a plugin and setting the resolution. |
TAdSetupDlgSection = (...); |
TAdSetupDlgSections = set of TAdSetupDlgSection; |
WM_AD_REBUILDCONTROLS = WM_USER + 1; |
dlgAll = [dlgResolution, dlgAdvancedOptions, dlgPlugin]; |
TAdSetupDlgSection = (...); |
Specifies the sections of the setup dialog that should be shown. See also
Values
|
TAdSetupDlgSections = set of TAdSetupDlgSection; |
Set used to define the different sections of the setup dialog. |
dlgAll = [dlgResolution, dlgAdvancedOptions, dlgPlugin]; |
Use this section constant if you want to view all setup dialog sections. |