uxlssections.hpp

来自「TMSPack基本上涵盖了Delphi所有的基础控件」· HPP 代码 · 共 66 行

HPP
66
字号
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Uxlssections.pas' rev: 10.00

#ifndef UxlssectionsHPP
#define UxlssectionsHPP

#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 <Uxlsbaserecords.hpp>	// Pascal unit
#include <Uxlsbaserecordlists.hpp>	// Pascal unit
#include <Uxlsotherrecords.hpp>	// Pascal unit
#include <Uxlssst.hpp>	// Pascal unit
#include <Xlsmessages.hpp>	// Pascal unit
#include <Uflxmessages.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Uxlssections
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TBaseSection;
class PASCALIMPLEMENTATION TBaseSection : public System::TObject 
{
	typedef System::TObject inherited;
	
private:
	Uxlsotherrecords::TBOFRecord* FBOF;
	Uxlsotherrecords::TEOFRecord* FEOF;
	
protected:
	__property Uxlsotherrecords::TBOFRecord* sBOF = {read=FBOF, write=FBOF};
	__property Uxlsotherrecords::TEOFRecord* sEOF = {read=FEOF, write=FEOF};
	
public:
	__fastcall TBaseSection(void);
	__fastcall virtual ~TBaseSection(void);
	virtual void __fastcall Clear(void);
	virtual __int64 __fastcall TotalSize(void);
	virtual __int64 __fastcall TotalRangeSize(const int SheetIndex, const Uflxmessages::TXlsCellRange &CellRange);
	virtual void __fastcall LoadFromStream(const Classes::TStream* DataStream, const Uxlsotherrecords::TBOFRecord* First, const Uxlssst::TSST* SST) = 0 ;
	virtual void __fastcall SaveToStream(const Classes::TStream* DataStream, const bool NeedsRecalc) = 0 ;
	virtual void __fastcall SaveRangeToStream(const Classes::TStream* DataStream, const int SheetIndex, const Uflxmessages::TXlsCellRange &CellRange, const bool NeedsRecalc) = 0 ;
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Uxlssections */
using namespace Uxlssections;
#pragma pack(pop)
#pragma option pop

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// Uxlssections

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?