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