58 lines
1.9 KiB
C++
58 lines
1.9 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Jvformtohtml.pas' rev: 10.00
|
|
|
|
#ifndef JvformtohtmlHPP
|
|
#define JvformtohtmlHPP
|
|
|
|
#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 <Sysutils.hpp> // Pascal unit
|
|
#include <Classes.hpp> // Pascal unit
|
|
#include <Graphics.hpp> // Pascal unit
|
|
#include <Controls.hpp> // Pascal unit
|
|
#include <Forms.hpp> // Pascal unit
|
|
#include <Stdctrls.hpp> // Pascal unit
|
|
#include <Jvcomponentbase.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Jvformtohtml
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
class DELPHICLASS TJvFormToHtml;
|
|
class PASCALIMPLEMENTATION TJvFormToHtml : public Jvcomponentbase::TJvComponent
|
|
{
|
|
typedef Jvcomponentbase::TJvComponent inherited;
|
|
|
|
public:
|
|
void __fastcall FormToHtml(const Forms::TCustomForm* Form, const AnsiString Filename);
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TComponent.Create */ inline __fastcall virtual TJvFormToHtml(Classes::TComponent* AOwner) : Jvcomponentbase::TJvComponent(AOwner) { }
|
|
#pragma option pop
|
|
#pragma option push -w-inl
|
|
/* TComponent.Destroy */ inline __fastcall virtual ~TJvFormToHtml(void) { }
|
|
#pragma option pop
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
|
|
} /* namespace Jvformtohtml */
|
|
using namespace Jvformtohtml;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Jvformtohtml
|