THPDFPage.CreateComboBox Method
Povzetek metode: THPDFPage.CreateComboBox Method
Deklaracija
function CreateComboBox(const FieldName, InitialValue: AnsiString; const Options: array of AnsiString; Rectangle: TRect): THPDFAcroFormField;
Unit
HPDFDoc
Parametri
| Name | Namen |
|---|---|
FieldName | Name of the form field |
InitialValue | Initial selected value |
Options | Available combo box values |
Rectangle | Widget rectangle on the page |
Vrnjena vrednost
THPDFAcroFormField wrapper for the created combo box
Opombe o uporabi
- Keep option values stable when exporting or importing form data
- Use THPDFPage.AddComboBox for the simpler one-call workflow
Povezani API-ji
- THPDFPage
- THPDFPage Methods
- Podpora AcroForm
- THotPDF
- Contents