📄 absedit.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Absedit.pas' rev: 10.00
#ifndef AbseditHPP
#define AbseditHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Db.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Sysutils.hpp> // Pascal unit
#include <Absfldlinks.hpp> // Pascal unit
#include <Absmain.hpp> // Pascal unit
#include <Absconst.hpp> // Pascal unit
#include <Designintf.hpp> // Pascal unit
#include <Designeditors.hpp> // Pascal unit
#include <Variants.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Absedit
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TABSFieldLinkProperty;
class PASCALIMPLEMENTATION TABSFieldLinkProperty : public Absfldlinks::TABSBaseFieldLinkProperty
{
typedef Absfldlinks::TABSBaseFieldLinkProperty inherited;
private:
Absmain::TABSTable* FTable;
protected:
virtual void __fastcall GetFieldNamesForIndex(Classes::TStrings* List);
virtual bool __fastcall GetIndexBased(void);
virtual Db::TIndexDefs* __fastcall GetIndexDefs(void);
virtual AnsiString __fastcall GetIndexFieldNames();
virtual AnsiString __fastcall GetIndexName();
virtual AnsiString __fastcall GetMasterFields();
virtual void __fastcall SetIndexFieldNames(const AnsiString Value);
virtual void __fastcall SetIndexName(const AnsiString Value);
virtual void __fastcall SetMasterFields(const AnsiString Value);
public:
virtual void __fastcall Edit(void);
__property bool IndexBased = {read=GetIndexBased, nodefault};
__property Db::TIndexDefs* IndexDefs = {read=GetIndexDefs};
__property AnsiString IndexFieldNames = {read=GetIndexFieldNames, write=SetIndexFieldNames};
__property AnsiString IndexName = {read=GetIndexName, write=SetIndexName};
__property AnsiString MasterFields = {read=GetMasterFields, write=SetMasterFields};
public:
#pragma option push -w-inl
/* TABSBaseFieldLinkProperty.CreateWith */ inline __fastcall virtual TABSFieldLinkProperty(Db::TDataSet* ADataSet) : Absfldlinks::TABSBaseFieldLinkProperty(ADataSet) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSFieldLinkProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Absfldlinks::TABSBaseFieldLinkProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSFieldLinkProperty(void) { }
#pragma option pop
};
class DELPHICLASS TABSDBStringProperty;
class PASCALIMPLEMENTATION TABSDBStringProperty : public Designeditors::TStringProperty
{
typedef Designeditors::TStringProperty inherited;
public:
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall GetValueList(Classes::TStrings* List);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSDBStringProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSDBStringProperty(void) { }
#pragma option pop
};
class DELPHICLASS TABSIndexFieldNamesProperty;
class PASCALIMPLEMENTATION TABSIndexFieldNamesProperty : public TABSDBStringProperty
{
typedef TABSDBStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSIndexFieldNamesProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TABSDBStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSIndexFieldNamesProperty(void) { }
#pragma option pop
};
class DELPHICLASS TABSIndexNameProperty;
class PASCALIMPLEMENTATION TABSIndexNameProperty : public TABSDBStringProperty
{
typedef TABSDBStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSIndexNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TABSDBStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSIndexNameProperty(void) { }
#pragma option pop
};
class DELPHICLASS TABSTableNameProperty;
class PASCALIMPLEMENTATION TABSTableNameProperty : public TABSDBStringProperty
{
typedef TABSDBStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSTableNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TABSDBStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSTableNameProperty(void) { }
#pragma option pop
};
class DELPHICLASS TABSDatabaseNameProperty;
class PASCALIMPLEMENTATION TABSDatabaseNameProperty : public TABSDBStringProperty
{
typedef TABSDBStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSDatabaseNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TABSDBStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSDatabaseNameProperty(void) { }
#pragma option pop
};
class DELPHICLASS TABSDatabaseFileNameProperty;
class PASCALIMPLEMENTATION TABSDatabaseFileNameProperty : public Designeditors::TStringProperty
{
typedef Designeditors::TStringProperty inherited;
public:
virtual void __fastcall Edit(void);
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSDatabaseFileNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSDatabaseFileNameProperty(void) { }
#pragma option pop
};
class DELPHICLASS TABSSessionNameProperty;
class PASCALIMPLEMENTATION TABSSessionNameProperty : public TABSDBStringProperty
{
typedef TABSDBStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TABSSessionNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TABSDBStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TABSSessionNameProperty(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE Classes::TPersistent* __fastcall GetPropertyValue(Classes::TPersistent* Instance, const AnsiString PropName);
} /* namespace Absedit */
using namespace Absedit;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Absedit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -