advhintinfo.hpp
来自「TMSPack基本上涵盖了Delphi所有的基础控件」· HPP 代码 · 共 65 行
HPP
65 行
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Advhintinfo.pas' rev: 10.00
#ifndef AdvhintinfoHPP
#define AdvhintinfoHPP
#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 <Gdipicture.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Advhintinfo
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAdvHintInfo;
class PASCALIMPLEMENTATION TAdvHintInfo : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
Gdipicture::TGDIPPicture* FPicture;
bool FShowHelp;
Classes::TStrings* FNotes;
AnsiString FTitle;
WideString FWideTitle;
WideString FWideNotes;
void __fastcall SetNotes(const Classes::TStrings* Value);
void __fastcall SetPicture(const Gdipicture::TGDIPPicture* Value);
public:
__fastcall TAdvHintInfo(void);
__fastcall virtual ~TAdvHintInfo(void);
virtual void __fastcall Assign(Classes::TPersistent* Source);
__property WideString WideTitle = {read=FWideTitle, write=FWideTitle};
__property WideString WideNotes = {read=FWideNotes, write=FWideNotes};
__published:
__property AnsiString Title = {read=FTitle, write=FTitle};
__property Classes::TStrings* Notes = {read=FNotes, write=SetNotes};
__property Gdipicture::TGDIPPicture* Picture = {read=FPicture, write=SetPicture};
__property bool ShowHelp = {read=FShowHelp, write=FShowHelp, default=0};
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Advhintinfo */
using namespace Advhintinfo;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Advhintinfo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?