📄 tmsubreaklist.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Tmsubreaklist.pas' rev: 10.00
#ifndef TmsubreaklistHPP
#define TmsubreaklistHPP
#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 <Sysutils.hpp> // Pascal unit
#include <Tmsxlsmessages.hpp> // Pascal unit
#include <Tmsuxlsbaserecords.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Tmsubreaklist
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TBreakList;
class PASCALIMPLEMENTATION TBreakList : public Classes::TList
{
typedef Classes::TList inherited;
private:
int CurrentPos;
int ZeroPos;
protected:
virtual void __fastcall Notify(void * Ptr, Classes::TListNotification Action);
public:
__fastcall TBreakList(const int aZeroPos);
int __fastcall CurrentId(void);
int __fastcall CurrentSize(void);
int __fastcall AcumSize(void);
void __fastcall IncCurrent(void);
HIDESBASE void __fastcall Add(const int aId, const int aSize);
void __fastcall AddToZeroPos(const int Delta);
public:
#pragma option push -w-inl
/* TList.Destroy */ inline __fastcall virtual ~TBreakList(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Tmsubreaklist */
using namespace Tmsubreaklist;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Tmsubreaklist
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -