THPDFPage.AddListBox

THPDFPage

 

Methoden  AcroForm Support

Fügt der aktuellen Seite ein AcroForm-Listenfeld-Auswahlfeld hinzu

 

Delphi-Syntax:

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

 

Beschreibung

Die Methode erstellt ein /Ch-Feld ohne das Combo-Flag; verwenden Sie ffMultiSelect in den Flags, wenn der Viewer die Auswahl von mehr als einer Option zulassen soll

 

Siehe auch: AcroForm Support, LastAnnotation