home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // IxEdit.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: IxEdit.pas
- //----------------------------------------------------------------------------
- #ifndef IxEditHPP
- #define IxEditHPP
- //----------------------------------------------------------------------------
- #ifndef LibHelpHPP
- #include <LibHelp.hpp>
- #endif
-
- #ifndef DBTablesHPP
- #include <DBTables.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef DialogsHPP
- #include <Dialogs.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Ixedit
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TIndexFiles;
- class __declspec(pascalimplementation) TIndexFiles : public Forms::TForm
- {
- typedef TIndexFiles ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TGroupBox *GroupBox1;
- Stdctrls::TListBox *ListBox1;
- Stdctrls::TButton *Add;
- Stdctrls::TButton *Delete;
- Stdctrls::TButton *Ok;
- Stdctrls::TButton *Cancel;
- Stdctrls::TButton *Help;
- Stdctrls::TButton *Clear;
- Dialogs::TOpenDialog *OpenDialog;
- void __fastcall ListBox1Click(System::TObject *Sender);
- void __fastcall AddClick(System::TObject *Sender);
- void __fastcall DeleteClick(System::TObject *Sender);
- void __fastcall ClearClick(System::TObject *Sender);
- void __fastcall FormCreate(System::TObject *Sender);
- void __fastcall HelpClick(System::TObject *Sender);
-
- private:
- Dbtables::TTable *FTable;
- System::Boolean FNoItems;
- System::AnsiString FEmpty;
- void __fastcall AddEmpty(void);
- System::Boolean __fastcall IsDBaseTable(void);
- void __fastcall RemoveEmpty(void);
- void __fastcall SetButtons(void);
-
- public:
- __property Dbtables::TTable * Table = {read=FTable, nodefault};
- __property System::Boolean NoItems = {read=FNoItems, nodefault};
- public:
- /* !! TForm.Create */ __fastcall virtual TIndexFiles(Classes::TComponent *AOwner) : Forms::TForm(AOwner
- ) { }
- /* !! TForm.CreateNew */ __fastcall TIndexFiles(Classes::TComponent *AOwner, System::Integer Dummy)
- : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TIndexFiles(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern System::Boolean __fastcall EditIndexFiles(Dbtables::TTable *ATable, Classes::TStrings *List);
-
-
- } /* namespace Ixedit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ixedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // IxEdit
-