home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
IXEDIT.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
3KB
|
88 lines
//----------------------------------------------------------------------------
// IxEdit.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: IxEdit.pas
//----------------------------------------------------------------------------
#ifndef IxEditHPP
#define IxEditHPP
//----------------------------------------------------------------------------
#include <LibHelp.hpp>
#include <DBTables.hpp>
#include <StdCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Ixedit
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TIndexFiles;
class __declspec(pascalimplementation) TIndexFiles : public Forms::TForm
{
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;
bool FNoItems;
System::AnsiString FEmpty;
void __fastcall AddEmpty(void);
bool __fastcall IsDBaseTable(void);
void __fastcall RemoveEmpty(void);
void __fastcall SetButtons(void);
public:
__property Dbtables::TTable* Table = {read=FTable, nodefault};
__property bool NoItems = {read=FNoItems, nodefault};
public:
/* TForm.Create */ __fastcall virtual TIndexFiles(Classes::TComponent* AOwner) : Forms::TForm(AOwner
) { }
/* TForm.CreateNew */ __fastcall TIndexFiles(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TIndexFiles(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TIndexFiles(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern bool __fastcall EditIndexFiles(Dbtables::TTable* ATable, Classes::TStrings* List);
} /* namespace Ixedit */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Ixedit;
#endif
//-- end unit ----------------------------------------------------------------
#endif // IxEdit