TdxPDFChoiceField.InsertItem(Integer,TdxPDFChoiceFieldValue) Method
Inserts a field item at the specified position.
Declaration
procedure InsertItem(AIndex: Integer; const AValue: TdxPDFChoiceFieldValue); overload;
Parameters
Name | Type | Description |
---|---|---|
AIndex | Integer | The target position’s index. |
AValue | TdxPDFChoiceFieldValue | The inserted field item. |
See Also