THPDFPage.AddComboBox

THPDFPage

 

Metody  AcroForm Support

Adds an AcroForm combo box choice field to the current page.

 

Delphi syntax:

procedure AddComboBox(const FieldName, InitialValue: AnsiString; const Options: array of AnsiString; Rectangle: TRect; Flags: THPDFFormFieldFlags = []);

 

Opis

Metoda tworzy pole /Ch z flagą Combo. Options dostarcza widoczne opcje, a InitialValue wybiera wartość początkową, gdy pasuje do jednej z tych opcji

 

Zobacz też: AcroForm Support, LastAnnotation