TPDFlibFormFieldInfo

Data types

Description

Contains one AcroForm field snapshot produced by EnumFormFields

FieldIndex is one-based, ChoiceSelectedIndices contains comma-separated zero-based option indices and ChoiceTopIndex is the list-box /TI value

The snapshot also contains mapping and button appearance values, the zero-based calculation order or -1, and the exact action count

Syntax

Delphi

TPDFlibFormFieldInfo = Record FieldIndex: Integer; FieldType: Integer; Page: Integer; Flags: Integer; AnnotFlags: Integer; ChoiceType: Integer; ChoiceTopIndex: Integer; Name: WideString; Value: WideString; DefaultValue: WideString; Description: WideString; ChoiceSelectedIndices: WideString; MappingName: WideString; NormalCaption: WideString; RolloverCaption: WideString; DownCaption: WideString; ButtonTextPosition: Integer; CalcOrder: Integer; ActionCount: Integer; End;