THPDFPage.AddComboBox

THPDFPage

 

Metoder  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 = []);

 

Beskrivning

Metoden skapar ett /Ch-fält med Combo-flaggan. Options tillhandahåller de synliga valen och InitialValue väljer startvärdet när det matchar ett av dessa val

 

Se även: AcroForm Support, LastAnnotation