Unit 'uibdatabaseedit' Package
[Overview][Classes][Variables][Index] [#pl_uib]

TUIBDatabaseEditForm

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uibdatabaseedit.pas line 30

type TUIBDatabaseEditForm = class(TForm)

  Connection: TGroupBox;

  

  ModeLbl: TLabel;

  

  ServerLbl: TLabel;

  

  PortLbl: TLabel;

  

  DatabaseLbl: TLabel;

  

  Mode: TComboBox;

  

  ServerName: TEdit;

  

  DatabaseName: TEdit;

  

  PortName: TEdit;

  

  Browse: TButton;

  

  OpenDialog: TOpenDialog;

  

  OkBtn: TButton;

  

  CancelBtn: TButton;

  

  Parametters: TMemo;

  

  UserName: TEdit;

  

  UserNameLbl: TLabel;

  

  Password: TEdit;

  

  PasswordLbl: TLabel;

  

  SQLRole: TEdit;

  

  SQLRoleLbl: TLabel;

  

  CharacterSet: TComboBox;

  

  CharacterSetLbl: TLabel;

  

  Test: TButton;

  

  LibraryName: TEdit;

  

  BrowseLib: TButton;

  

  LibraryNameLbl: TLabel;

  

  procedure ModeChange();

  

  procedure BrowseClick();

  

  procedure FormCreate();

  

  procedure UserNameChange();

  

  procedure PasswordChange();

  

  procedure SQLRoleChange();

  

  procedure CharacterSetChange();

  

  procedure OkBtnClick();

  

  procedure TestClick();

  

  procedure ParamettersExit();

  

  procedure BrowseLibClick();

  

public

  property Database: TUIBDataBase; [rw]

  

end;

Inheritance

TUIBDatabaseEditForm

  

|

TObject



CT Web help

CodeTyphon Studio