Description | Hierarchy | Fields | Methods | Properties |
type TAdSetup = class(TObject)
A cross plattform (and compiler) setup dialog, that enables the possibility of choosing a plugin and setting the resolution. Special published properties of the plugin library are also parsed and displayed.
constructor Create(ADraw: TAdDraw); |
|
destructor Destroy; override; |
|
function Execute: boolean; |
property Sections: TAdSetupDlgSections read FSections write FSections; |
|
property Image: string read FImage write FImage; |
|
property Title: string read FTitle write FTitle; |
|
property Ini: TIniFile read FIni write SetIni; |
|
property Path: string read FPath write FPath; |
constructor Create(ADraw: TAdDraw); |
|
Creates an instance of TAdSetup. Parameters
|
destructor Destroy; override; |
|
Destroys the instance of TAdSetup. |
function Execute: boolean; |
|
Executes the dialog. Returns whether the user presseed the ok button. |
property Sections: TAdSetupDlgSections read FSections write FSections; |
|
Use this property to set the sections the dialog show. See also
|
property Image: string read FImage write FImage; |
|
The filename of the image that is displayed in the top of the window. |
property Title: string read FTitle write FTitle; |
|
The title of the dialog. By default this is the title of the application. |
property Path: string read FPath write FPath; |
|
Path to the plugin dll files. Normally set to ParamStr(0) |