Class TInstallRSConnectionDlg (unit Idrs)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


function Execute: Boolean;


function GetConnectionListBox: TListBox;


function GetCustomButton1: TBitBtn;


function GetCustomButton2: TBitBtn;


function GetDialogForm: TdlgRS;


procedure SetConnectionNames(Value: TStrings);


Properties

property ConnectionNames : TStrings

Published declarations

property CustomButton1Caption : String


property CustomButton2Caption : String


property InstallComponent : TInstall


property Title : String


property ConnectionListBox : TListBox


property CustomButton1 : TBitBtn

Public declarations

property CustomButton2 : TBitBtn


property DialogForm : TdlgRS


Events

event OnCustomButton1Click : TNotifyEvent


event OnCustomButton2Click : TNotifyEvent


Variables

FConnectionNames : TStrings;

Private declarations

FCustomButton1Caption : String;


FCustomButton1Click : TNotifyEvent;


FCustomButton2Caption : String;


FCustomButton2Click : TNotifyEvent;


FInstallComp : TInstall;


FTitle : String;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


function Execute: Boolean;


function GetConnectionListBox: TListBox;


function GetCustomButton1: TBitBtn;


function GetCustomButton2: TBitBtn;


function GetDialogForm: TdlgRS;


procedure SetConnectionNames(Value: TStrings);


Properties


property ConnectionNames : TStrings

Published declarations


property CustomButton1Caption : String


property CustomButton2Caption : String


property InstallComponent : TInstall


property Title : String


property ConnectionListBox : TListBox


property CustomButton1 : TBitBtn

Public declarations


property CustomButton2 : TBitBtn


property DialogForm : TdlgRS


Events


event OnCustomButton1Click : TNotifyEvent


event OnCustomButton2Click : TNotifyEvent


Variables


FConnectionNames : TStrings;

Private declarations


FCustomButton1Caption : String;


FCustomButton1Click : TNotifyEvent;


FCustomButton2Caption : String;


FCustomButton2Click : TNotifyEvent;


FInstallComp : TInstall;


FTitle : String;