TRVPrint.Create

<< Click to display table of contents >>

TRVPrint.Create

A constructor, creates and initializes a TRVPrint instance.

constructor Create(AOwner: TComponent);override;

Use Create to instantiate TRVPrint object at runtime. TRVPrint objects placed on forms at design time are created automatically. Specify the owner of the new TRVPrint object using the AOwner parameter.