THPDFPage.CreateListBox Method
메서드 요약: THPDFPage.CreateListBox Method
선언
function CreateListBox(const FieldName, InitialValue: AnsiString; const Options: array of AnsiString; Rectangle: TRect): THPDFAcroFormField;
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
FieldName | Name of the form field |
InitialValue | Initial selected value |
Options | Available list box values |
Rectangle | Widget rectangle on the page |
반환 값
THPDFAcroFormField wrapper for the created list box
사용 참고
- Use this API when the field needs additional configuration after creation
- Use THPDFPage.AddListBox for the simpler one-call workflow
관련 API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents