Package: InstantDBXConnectionDefEdit Diagram Back to overview

TInstantDBXConnectionDefEditForm class
Inherits from: TForm
Attributes
Name Type Visibility
FConnection TSQLConnection   private
Connection   protected
BottomBevel TBevel   public
BottomPanel TPanel   public
CancelButton TButton   public
ClientPanel TPanel   public
ConnectionNameLabel TLabel   public
ConnectionNameListBox TListBox   public
DriverNameEdit TComboBox   public
DriverNameLabel TLabel   public
OkButton TButton   public
ParamsEditor TValueListEditor   public
ParamsLabel TLabel   public
ConnectionName   public
DriverName   public
Params   public
Operations
Name Parameters Returns Visibility
GetConnection   TSQLConnection   private
GetConnectionName   string   private
GetDriverName   string   private
GetParams   TStrings   private
SetConnectionName
string Value
 
  private
SetDriverName
string Value
 
  private
SetParams
TStrings Value
 
  private
UpdateConnectionNames     private
UpdateDriverNames     private
UpdateParams     private
FormCreate
TObject Sender
 
  public
DriverNameEditChange
TObject Sender
 
  public
ConnectionNameListBoxClick
TObject Sender
 
  public
LoadData
TInstantDBXConnectionDef ConnectionDef
 
  public
SaveData
TInstantDBXConnectionDef ConnectionDef
 
  public


TSQLConnectionHack class
Inherits from: TSQLConnection