Initial commit
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFArgCopy.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFArgCopyHPP
|
||||
#define uCEFArgCopyHPP
|
||||
|
||||
#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.SysUtils.hpp>
|
||||
#include <System.AnsiStrings.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefargcopy
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCEFArgCopy;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCEFArgCopy : public System::TObject
|
||||
{
|
||||
typedef System::TObject inherited;
|
||||
|
||||
protected:
|
||||
System::LongInt FArgCCopy;
|
||||
System::PPAnsiChar FArgVCopy;
|
||||
void __fastcall InitializeFields();
|
||||
void __fastcall DestroyFields();
|
||||
|
||||
public:
|
||||
__fastcall TCEFArgCopy();
|
||||
__fastcall virtual ~TCEFArgCopy();
|
||||
void __fastcall CopyFromArgs(System::LongInt aArgc, System::PPAnsiChar aArgv);
|
||||
__property System::LongInt argc = {read=FArgCCopy, nodefault};
|
||||
__property System::PPAnsiChar argv = {read=FArgVCopy};
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefargcopy */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFARGCOPY)
|
||||
using namespace Ucefargcopy;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFArgCopyHPP
|
||||
Reference in New Issue
Block a user