Unit AdSetupDlg

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

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.

Overview

Classes, Interfaces, Objects and Records

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.

Types

TAdSetupDlgSection = (...);
TAdSetupDlgSections = set of TAdSetupDlgSection;

Constants

WM_AD_REBUILDCONTROLS = WM_USER + 1;
dlgAll = [dlgResolution, dlgAdvancedOptions, dlgPlugin];

Description

Types

TAdSetupDlgSection = (...);

Specifies the sections of the setup dialog that should be shown.

See also
TAdSetupDlgSections
Set used to define the different sections of the setup dialog.
Values
  • dlgResolution: If set, the resolution setup part of the dialog is shown.
  • dlgAdvancedOptions: If set, additional properties are parsed from the plugin.
  • dlgPlugin: If set, the setup dialog searches for Andorra 2D graphic plugins and displays them.
TAdSetupDlgSections = set of TAdSetupDlgSection;

Set used to define the different sections of the setup dialog.

Constants

WM_AD_REBUILDCONTROLS = WM_USER + 1;

A window message that is sent to the setup dlg form. This message tells the form to tell the setup dlg main class, that it should rebuild its components. This event is needed, because the main class isn't able to delete components in a event handler method. Therefore it posts a new event, that is handled after the current event handle method.

dlgAll = [dlgResolution, dlgAdvancedOptions, dlgPlugin];

Use this section constant if you want to view all setup dialog sections.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00