📄 rm_jvcomponentbase.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Rm_jvcomponentbase.pas' rev: 11.00
#ifndef Rm_jvcomponentbaseHPP
#define Rm_jvcomponentbaseHPP
#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 <Rm_jvconsts.hpp> // Pascal unit
#include <Rm_jvclver.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Rm_jvcomponentbase
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TJvComponent;
class PASCALIMPLEMENTATION TJvComponent : public Classes::TComponent
{
typedef Classes::TComponent inherited;
private:
Rm_jvclver::TJVCLAboutInfo FAboutJVCL;
__published:
__property Rm_jvclver::TJVCLAboutInfo AboutJVCL = {read=FAboutJVCL, write=FAboutJVCL, stored=false, nodefault};
public:
#pragma option push -w-inl
/* TComponent.Create */ inline __fastcall virtual TJvComponent(Classes::TComponent* AOwner) : Classes::TComponent(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TJvComponent(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Rm_jvcomponentbase */
using namespace Rm_jvcomponentbase;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Rm_jvcomponentbase
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -