Class TMgrSelectWindowGroupDlg (unit Idmgrwg)

Inherits from

TInstallDialogManager

Exceptions

Constructors


constructor Create(AOwner: TComponent);

TProgramManager


Functions

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.


Properties

property FolderEdit : TEdit

Published declarations

property FolderListBox : TListBox


property Options : SelectWindowGroupOptionSet


property WindowGroup : String


Events

event OnProgramManagerError : TContinueEvent


Variables

FFolderEdit : TEdit;

Private declarations

FFolderListBox : TListBox;


FOptions : SelectWindowGroupOptionSet;


FProgramManagerErrorEvent : TContinueEvent;


FWindowGroup : String;



Constructors


constructor Create(AOwner: TComponent);

TProgramManager


Functions


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.


Properties


property FolderEdit : TEdit

Published declarations


property FolderListBox : TListBox


property Options : SelectWindowGroupOptionSet


property WindowGroup : String


Events


event OnProgramManagerError : TContinueEvent


Variables


FFolderEdit : TEdit;

Private declarations


FFolderListBox : TListBox;


FOptions : SelectWindowGroupOptionSet;


FProgramManagerErrorEvent : TContinueEvent;


FWindowGroup : String;