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 TPdfView control and initializes rendering, scrolling, selection, and form interaction state
PdfView := TPdfView.Create(Self);