Public Member Functions | |
TZROSQLEditorForm (TZReadOnlyQuery ADS) | |
Public Attributes | |
TPageControl | PageControl1 |
Private Member Functions | |
TMemo | ActiveEditor () |
btnGenerateClick (TObject Sender) | |
btnTestClick (TObject Sender) | |
FillIdentifier () | |
FormClose (TObject Sender, TCloseAction &Action) | |
ListBoxRelationsDblClick (TObject Sender) | |
ListBoxRelationsSelectionChange (TObject Sender, boolean User) | |
LoadTableList () | |
mnuLoadClick (TObject Sender) | |
mnuSaveClick (TObject Sender) | |
PageControl1Change (TObject Sender) | |
ZeosROSQLEditorDestroy (TObject Sender) | |
Private Attributes | |
TBitBtn | btnCancel |
TButton | btnCheck |
TButton | btnGenerate |
TBitBtn | btnOk |
TButton | btnTest |
TCheckBox | chkReplace |
TOpenDialog | dlgOpen |
TSaveDialog | dlgSave |
TEdit | edtAlias |
TMemo | edtSelect |
TZReadOnlyQuery | FDS |
Boolean | FSaveConnected |
TLabel | lblAlias |
TListBox | ListBoxFields |
TListBox | ListBoxRelations |
TMenuItem | mnuLoad |
TMenuItem | mnuSave |
TPanel | Panel1 |
TPanel | Panel2 |
TPanel | Panel3 |
TPopupMenu | PopupMenu1 |
TSplitter | Splitter1 |
TSplitter | Splitter2 |
TTabSheet | tbsSelect |
Definition at line 85 of file ZROSqlEditor.pas.
TZROSQLEditorForm::TZROSQLEditorForm | ( | TZReadOnlyQuery | ADS | ) |
TMemo TZROSQLEditorForm::ActiveEditor | ( | ) | [private] |
TZROSQLEditorForm::btnGenerateClick | ( | TObject | Sender | ) | [private] |
TZROSQLEditorForm::btnTestClick | ( | TObject | Sender | ) | [private] |
TZROSQLEditorForm::FillIdentifier | ( | ) | [private] |
TZROSQLEditorForm::FormClose | ( | TObject | Sender, | |
TCloseAction & | Action | |||
) | [private] |
TZROSQLEditorForm::ListBoxRelationsDblClick | ( | TObject | Sender | ) | [private] |
TZROSQLEditorForm::ListBoxRelationsSelectionChange | ( | TObject | Sender, | |
boolean | User | |||
) | [private] |
TZROSQLEditorForm::LoadTableList | ( | ) | [private] |
TZROSQLEditorForm::mnuLoadClick | ( | TObject | Sender | ) | [private] |
TZROSQLEditorForm::mnuSaveClick | ( | TObject | Sender | ) | [private] |
TZROSQLEditorForm::PageControl1Change | ( | TObject | Sender | ) | [private] |
TZROSQLEditorForm::ZeosROSQLEditorDestroy | ( | TObject | Sender | ) | [private] |
TBitBtn TZROSQLEditorForm::btnCancel [private] |
Definition at line 102 of file ZROSqlEditor.pas.
TButton TZROSQLEditorForm::btnCheck [private] |
Definition at line 126 of file ZROSqlEditor.pas.
TButton TZROSQLEditorForm::btnGenerate [private] |
Definition at line 124 of file ZROSqlEditor.pas.
TBitBtn TZROSQLEditorForm::btnOk [private] |
Definition at line 100 of file ZROSqlEditor.pas.
TButton TZROSQLEditorForm::btnTest [private] |
Definition at line 130 of file ZROSqlEditor.pas.
TCheckBox TZROSQLEditorForm::chkReplace [private] |
Definition at line 128 of file ZROSqlEditor.pas.
TOpenDialog TZROSQLEditorForm::dlgOpen [private] |
Definition at line 94 of file ZROSqlEditor.pas.
TSaveDialog TZROSQLEditorForm::dlgSave [private] |
Definition at line 98 of file ZROSqlEditor.pas.
TEdit TZROSQLEditorForm::edtAlias [private] |
Definition at line 122 of file ZROSqlEditor.pas.
TMemo TZROSQLEditorForm::edtSelect [private] |
Definition at line 132 of file ZROSqlEditor.pas.
TZReadOnlyQuery TZROSQLEditorForm::FDS [private] |
Definition at line 145 of file ZROSqlEditor.pas.
Boolean TZROSQLEditorForm::FSaveConnected [private] |
Definition at line 147 of file ZROSqlEditor.pas.
TLabel TZROSQLEditorForm::lblAlias [private] |
Definition at line 120 of file ZROSqlEditor.pas.
TListBox TZROSQLEditorForm::ListBoxFields [private] |
Definition at line 114 of file ZROSqlEditor.pas.
TListBox TZROSQLEditorForm::ListBoxRelations [private] |
Definition at line 112 of file ZROSqlEditor.pas.
TMenuItem TZROSQLEditorForm::mnuLoad [private] |
Definition at line 92 of file ZROSqlEditor.pas.
TMenuItem TZROSQLEditorForm::mnuSave [private] |
Definition at line 90 of file ZROSqlEditor.pas.
TPageControl TZROSQLEditorForm::PageControl1 |
Definition at line 209 of file ZROSqlEditor.pas.
TPanel TZROSQLEditorForm::Panel1 [private] |
Definition at line 108 of file ZROSqlEditor.pas.
TPanel TZROSQLEditorForm::Panel2 [private] |
Definition at line 104 of file ZROSqlEditor.pas.
TPanel TZROSQLEditorForm::Panel3 [private] |
Definition at line 118 of file ZROSqlEditor.pas.
TPopupMenu TZROSQLEditorForm::PopupMenu1 [private] |
Definition at line 96 of file ZROSqlEditor.pas.
TSplitter TZROSQLEditorForm::Splitter1 [private] |
Definition at line 116 of file ZROSqlEditor.pas.
TSplitter TZROSQLEditorForm::Splitter2 [private] |
Definition at line 110 of file ZROSqlEditor.pas.
TTabSheet TZROSQLEditorForm::tbsSelect [private] |
Definition at line 106 of file ZROSqlEditor.pas.