Class TMgrSelectWindowGroupDlg (unit Idmgrwg) |
Inherits from
TInstallDialogManager
Exceptions
constructor Create(AOwner: TComponent);
- TProgramManager
procedure Attach;
Public declarations
procedure DoFolderListBoxClick(Sender: TObject);
Protected declarations If the InstallComponent's WindowGroupName property is blank and also if the WindowGroup property of
this component is blank, then set the Edit's Text property to the first folder that is in the list.
property FolderEdit : TEdit
Published declarations
property FolderListBox : TListBox
property Options : SelectWindowGroupOptionSet
property WindowGroup : String
event OnProgramManagerError : TContinueEvent
FFolderEdit : TEdit;
Private declarations
FFolderListBox : TListBox;
FOptions : SelectWindowGroupOptionSet;
FProgramManagerErrorEvent : TContinueEvent;
FWindowGroup : String;
constructor Create(AOwner: TComponent);
TProgramManager
procedure Attach;
Public declarations
procedure DoFolderListBoxClick(Sender: TObject);
Protected declarations
If the InstallComponent's WindowGroupName property is blank and also if the WindowGroup property of
this component is blank, then set the Edit's Text property to the first folder that is in the list.
property FolderEdit : TEdit
Published declarations
property FolderListBox : TListBox
property Options : SelectWindowGroupOptionSet
property WindowGroup : String
event OnProgramManagerError : TContinueEvent
FFolderEdit : TEdit;
Private declarations
FFolderListBox : TListBox;
FOptions : SelectWindowGroupOptionSet;
FProgramManagerErrorEvent : TContinueEvent;
FWindowGroup : String;