Component: TPdfView · Unit: PDFium
יוצר the TPdfView control and initializes rendering, scrolling, selection, and form interaction state
Syntax
constructor Create(AOwner: TComponent); override;
Parameters
Description
Create נקרא על ידי בעל הרכיב או על ידי קוד יישום כאשר מופע רכיב נוצר
יוצר את פקד ה-TPdfView ומאתחל מצב רינדור, גלילה, בחירה ואינטראקציית טופס
Remarks
- יישומים יוצרים בדרך כלל את הרכיב על טופס או מעבירים בעלים כאשר בונים אותו בקוד
Example
PdfView := TPdfView.Create(Self);
See Also