tmsusheetnamelist.hpp

来自「TMS Component Pack V5.0包含了超过 280 个为 Delp」· HPP 代码 · 共 78 行

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

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

#ifndef TmsusheetnamelistHPP
#define TmsusheetnamelistHPP

#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 <Contnrs.hpp>	// Pascal unit
#include <Tmsuflxmessages.hpp>	// Pascal unit

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

namespace Tmsusheetnamelist
{
//-- type declarations -------------------------------------------------------
struct TWideContainer
{
	
public:
	WideString S;
	int n;
} ;

typedef TWideContainer *PWideContainer;

class DELPHICLASS TSheetNameList;
class PASCALIMPLEMENTATION TSheetNameList : public Classes::TList 
{
	typedef Classes::TList inherited;
	
protected:
	virtual void __fastcall Notify(void * Ptr, Classes::TListNotification Action);
	WideString __fastcall GetFullName(const WideString S, const int N);
	
public:
	HIDESBASE void __fastcall Add(const WideString aName);
	WideString __fastcall AddUniqueName(const WideString aName);
	/*         class method */ static WideString __fastcall MakeValidSheetName(TMetaClass* vmt, const WideString aName);
	void __fastcall DeleteSheet(const WideString SheetName);
	void __fastcall Rename(const WideString OldName, const WideString NewName);
	virtual bool __fastcall FindRootString(const WideString S, /* out */ int &Index);
	virtual bool __fastcall FindFullString(const WideString S, /* out */ int &Index);
public:
	#pragma option push -w-inl
	/* TList.Destroy */ inline __fastcall virtual ~TSheetNameList(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TObject.Create */ inline __fastcall TSheetNameList(void) : Classes::TList() { }
	#pragma option pop
	
};


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

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

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

⌨️ 快捷键说明

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