HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.Create Method
|
Top Previous Next |
|
Creates an instance of THotPDF.
Delphi syntax: constructor Create( AOwner: TComponent ); override;
C++ syntax: __fastcall virtual THotPDF( Classes::TComponent* AOwner );
Description Call Create to instantiate a THotPDF object at runtime. The constructor allocates the component instance and initializes the default document settings used for subsequent PDF generation.
Code Example
See also: Destroy
|