Initial commit
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFComponentIdList.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFComponentIdListHPP
|
||||
#define uCEFComponentIdListHPP
|
||||
|
||||
#pragma delphiheader begin
|
||||
#pragma option push
|
||||
#if defined(__BORLANDC__) && !defined(__clang__)
|
||||
#pragma option -w- // All warnings off
|
||||
#pragma option -Vx // Zero-length empty class member
|
||||
#endif
|
||||
#pragma pack(push,8)
|
||||
#include <System.hpp>
|
||||
#include <SysInit.hpp>
|
||||
#include <System.Classes.hpp>
|
||||
#include <System.SyncObjs.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefcomponentidlist
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCEFComponentIdList;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCEFComponentIdList : public System::TObject
|
||||
{
|
||||
typedef System::TObject inherited;
|
||||
|
||||
protected:
|
||||
System::Classes::TList* FList;
|
||||
int FIdGen;
|
||||
System::Syncobjs::TCriticalSection* FSyncObj;
|
||||
bool __fastcall GetInitialized();
|
||||
bool __fastcall Lock();
|
||||
void __fastcall Unlock();
|
||||
|
||||
public:
|
||||
__fastcall TCEFComponentIdList();
|
||||
__fastcall virtual ~TCEFComponentIdList();
|
||||
virtual void __fastcall AfterConstruction();
|
||||
bool __fastcall ValidID(int aID);
|
||||
int __fastcall NextID();
|
||||
void __fastcall RemoveID(int aID);
|
||||
__property bool Initialized = {read=GetInitialized, nodefault};
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefcomponentidlist */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFCOMPONENTIDLIST)
|
||||
using namespace Ucefcomponentidlist;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFComponentIdListHPP
|
||||
Reference in New Issue
Block a user