📄 mysqlpropedit.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'MySQLPropEdit.pas' rev: 6.00
#ifndef MySQLPropEditHPP
#define MySQLPropEditHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <MySQLDrivers.hpp> // Pascal unit
#include <MySQLDataset.hpp> // Pascal unit
#include <MySQLServer.hpp> // Pascal unit
#include <MySQLLinks.hpp> // Pascal unit
#include <DesignEditors.hpp> // Pascal unit
#include <DesignIntf.hpp> // Pascal unit
#include <Variants.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <TypInfo.hpp> // Pascal unit
#include <DB.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Mysqlpropedit
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TMySQLStringProperty;
class PASCALIMPLEMENTATION TMySQLStringProperty : 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 TMySQLStringProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLStringProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLMasterFieldsProperty;
class PASCALIMPLEMENTATION TMySQLMasterFieldsProperty : public Designeditors::TPropertyEditor
{
typedef Designeditors::TPropertyEditor inherited;
public:
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall Edit(void);
virtual AnsiString __fastcall GetValue();
virtual void __fastcall SetValue(const AnsiString Value);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLMasterFieldsProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TPropertyEditor(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLMasterFieldsProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLDriverKindProperty;
class PASCALIMPLEMENTATION TMySQLDriverKindProperty : public Designeditors::TEnumProperty
{
typedef Designeditors::TEnumProperty inherited;
public:
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall SetValue(const AnsiString Value);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLDriverKindProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TEnumProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLDriverKindProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLDriverProperty;
class PASCALIMPLEMENTATION TMySQLDriverProperty : public Designeditors::TClassProperty
{
typedef Designeditors::TClassProperty inherited;
protected:
bool __fastcall HasSubProperties(void);
public:
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual AnsiString __fastcall GetValue();
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
virtual void __fastcall SetValue(const AnsiString Value);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLDriverProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TClassProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLDriverProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLServerConnectedProperty;
class PASCALIMPLEMENTATION TMySQLServerConnectedProperty : public Designeditors::TEnumProperty
{
typedef Designeditors::TEnumProperty inherited;
public:
virtual void __fastcall SetValue(const AnsiString Value);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLServerConnectedProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TEnumProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLServerConnectedProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLDatasetBaseActiveProperty;
class PASCALIMPLEMENTATION TMySQLDatasetBaseActiveProperty : public Designeditors::TEnumProperty
{
typedef Designeditors::TEnumProperty inherited;
public:
virtual void __fastcall SetValue(const AnsiString Value);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLDatasetBaseActiveProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TEnumProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLDatasetBaseActiveProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLDatabaseNameProperty;
class PASCALIMPLEMENTATION TMySQLDatabaseNameProperty : public TMySQLStringProperty
{
typedef TMySQLStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLDatabaseNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TMySQLStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLDatabaseNameProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLDSTableNameProperty;
class PASCALIMPLEMENTATION TMySQLDSTableNameProperty : public TMySQLStringProperty
{
typedef TMySQLStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLDSTableNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TMySQLStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLDSTableNameProperty(void) { }
#pragma option pop
};
class DELPHICLASS TMySQLDSFieldNameProperty;
class PASCALIMPLEMENTATION TMySQLDSFieldNameProperty : public TMySQLStringProperty
{
typedef TMySQLStringProperty inherited;
public:
virtual void __fastcall GetValueList(Classes::TStrings* List);
public:
#pragma option push -w-inl
/* TPropertyEditor.Create */ inline __fastcall virtual TMySQLDSFieldNameProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : TMySQLStringProperty(ADesigner, APropCount) { }
#pragma option pop
#pragma option push -w-inl
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMySQLDSFieldNameProperty(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Mysqlpropedit */
using namespace Mysqlpropedit;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // MySQLPropEdit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -