// 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 // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // 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