Class TSQLExecDialog (unit SQLExec)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

=========== TSQLExecDialog ==========


Functions

procedure Execute;

Public declarations

destructor Free;


procedure SetDatabaseName(const Value: TFileName);

Free;

Properties

property DatabaseName : TFileName

Published declarations

property FormStyle : TFormStyle


property IniFileName : String


property Modal : boolean


property WinHeight : Integer


property WinLeft : Integer


property WinTop : Integer


property WinWidth : Integer


Events

Variables

FDatabaseName : TFileName;

Private declarations

FDialog : T_dlgSql;


FFormStyle : TFormStyle;


FIniFileName : String;


FModal : boolean;


FWinHeight : Integer;


FWinLeft : Integer;


FWinTop : Integer;


FWinWidth : Integer;



Constructors


constructor Create(AOwner: TComponent);

=========== TSQLExecDialog ==========


Functions


procedure Execute;

Public declarations


destructor Free;


procedure SetDatabaseName(const Value: TFileName);

Free;


Properties


property DatabaseName : TFileName

Published declarations


property FormStyle : TFormStyle


property IniFileName : String


property Modal : boolean


property WinHeight : Integer


property WinLeft : Integer


property WinTop : Integer


property WinWidth : Integer


Events


Variables


FDatabaseName : TFileName;

Private declarations


FDialog : T_dlgSql;


FFormStyle : TFormStyle;


FIniFileName : String;


FModal : boolean;


FWinHeight : Integer;


FWinLeft : Integer;


FWinTop : Integer;


FWinWidth : Integer;