Unit 'sqlite3componenteditor' Package
[Overview][Classes][Index] [#lz_sqlite3]

TSqlite3TableEditorForm

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

Declaration

Source position: sqlite3componenteditor.pas line 36

type TSqlite3TableEditorForm = class(TForm)

  butCreate: TButton;

  

  butClose: TButton;

  

  butAdd: TButton;

  

  butDelete: TButton;

  

  comboFieldType: TComboBox;

  

  editFieldName: TEdit;

  

  Label1: TLabel;

  

  Label2: TLabel;

  

  Label3: TLabel;

  

  lblFilePath: TLabel;

  

  listFields: TListBox;

  

  DataSet: TCustomSqliteDataSet;

  

  procedure FormCreate();

  

  procedure LoadCurrentFields;

  

  procedure FillComboValues;

  

  procedure SetComboValue();

  

  procedure SqliteTableEditorFormShow();

  

  procedure butAddClick();

  

  procedure butCancelClick();

  

  procedure butDeleteClick();

  

  procedure butOkClick();

  

  procedure comboFieldTypeChange();

  

  procedure editFieldNameEditingDone();

  

  procedure listFieldsSelectionChange();

  

end;

Inheritance

TSqlite3TableEditorForm

  

|

TObject



CT Web help

CodeTyphon Studio