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