📄 sctreg.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'SctReg.pas' rev: 3.00
#ifndef SctRegHPP
#define SctRegHPP
#include <SctRep.hpp>
#include <DsgnIntf.hpp>
#include <Classes.hpp>
#include <AceAlign.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Sctreg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSctGrouppageEditor;
class PASCALIMPLEMENTATION TSctGrouppageEditor : public Dsgnintf::TComponentEditor
{
typedef Dsgnintf::TComponentEditor inherited;
private:
bool FFirst;
public:
__fastcall virtual TSctGrouppageEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner* ADesigner
);
__fastcall virtual ~TSctGrouppageEditor(void);
virtual void __fastcall Edit(void);
virtual void __fastcall ExecuteVerb(int Index);
virtual System::AnsiString __fastcall GetVerb(int Index);
virtual int __fastcall GetVerbCount(void);
};
class DELPHICLASS TSctLabelEditor;
class PASCALIMPLEMENTATION TSctLabelEditor : public Dsgnintf::TComponentEditor
{
typedef Dsgnintf::TComponentEditor inherited;
public:
__fastcall virtual TSctLabelEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner* ADesigner
);
__fastcall virtual ~TSctLabelEditor(void);
};
class DELPHICLASS TSctVarProperty;
class PASCALIMPLEMENTATION TSctVarProperty : public Dsgnintf::TComponentProperty
{
typedef Dsgnintf::TComponentProperty inherited;
public:
virtual void __fastcall SetValue(const System::AnsiString Value);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
virtual System::AnsiString __fastcall GetValue();
Sctrep::TSctPage* __fastcall GetPage(void);
void __fastcall SetDataLists(void);
void __fastcall AddDataLists(const System::AnsiString S);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TSctVarProperty(void) { }
public:
/* TObject.Create */ __fastcall TSctVarProperty(void) : Dsgnintf::TComponentProperty() { }
};
class DELPHICLASS TSctTotalVarProperty;
class PASCALIMPLEMENTATION TSctTotalVarProperty : public Dsgnintf::TComponentProperty
{
typedef Dsgnintf::TComponentProperty inherited;
public:
virtual void __fastcall SetValue(const System::AnsiString Value);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
virtual System::AnsiString __fastcall GetValue();
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TSctTotalVarProperty(void) { }
public:
/* TObject.Create */ __fastcall TSctTotalVarProperty(void) : Dsgnintf::TComponentProperty() { }
};
class DELPHICLASS TSctLevelProperty;
class PASCALIMPLEMENTATION TSctLevelProperty : public Dsgnintf::TComponentProperty
{
typedef Dsgnintf::TComponentProperty inherited;
public:
virtual System::AnsiString __fastcall GetValue();
virtual void __fastcall SetValue(const System::AnsiString Value);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TSctLevelProperty(void) { }
public:
/* TObject.Create */ __fastcall TSctLevelProperty(void) : Dsgnintf::TComponentProperty() { }
};
class DELPHICLASS TSctTotalLevelProperty;
class PASCALIMPLEMENTATION TSctTotalLevelProperty : public Dsgnintf::TComponentProperty
{
typedef Dsgnintf::TComponentProperty inherited;
public:
virtual System::AnsiString __fastcall GetValue();
virtual void __fastcall SetValue(const System::AnsiString Value);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TSctTotalLevelProperty(void) { }
public:
/* TObject.Create */ __fastcall TSctTotalLevelProperty(void) : Dsgnintf::TComponentProperty() { }
};
class DELPHICLASS TSctReadOnlySubProperty;
class PASCALIMPLEMENTATION TSctReadOnlySubProperty : public Dsgnintf::TClassProperty
{
typedef Dsgnintf::TClassProperty inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TSctReadOnlySubProperty(void) { }
public:
/* TObject.Create */ __fastcall TSctReadOnlySubProperty(void) : Dsgnintf::TClassProperty() { }
};
class DELPHICLASS TSctDataSetProperty;
class PASCALIMPLEMENTATION TSctDataSetProperty : public Dsgnintf::TComponentProperty
{
typedef Dsgnintf::TComponentProperty inherited;
public:
virtual void __fastcall SetValue(const System::AnsiString Value);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
virtual System::AnsiString __fastcall GetValue();
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TSctDataSetProperty(void) { }
public:
/* TObject.Create */ __fastcall TSctDataSetProperty(void) : Dsgnintf::TComponentProperty() { }
};
class DELPHICLASS TSctDataSourceDSGProperty;
class PASCALIMPLEMENTATION TSctDataSourceDSGProperty : public Dsgnintf::TClassProperty
{
typedef Dsgnintf::TClassProperty inherited;
public:
virtual System::AnsiString __fastcall GetValue();
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TSctDataSourceDSGProperty(void) { }
public:
/* TObject.Create */ __fastcall TSctDataSourceDSGProperty(void) : Dsgnintf::TClassProperty() { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Sctreg */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Sctreg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // SctReg
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -