constructor Create(AOwner: TComponent); override;
| AOwner | TComponent |
Create is called by the component owner or by application code when a component instance is created
Creates the TPdf component and initializes document, rendering, form, and cache state
Pdf := TPdf.Create(Self);