TdxPDFChoiceField.AddItem(string) Method
Adds a new field item.
Declaration
function AddItem(const AValue: string): Integer; overload;
Parameters
Name | Type | Description |
---|---|---|
AValue | string | The new field item’s value. The AValue parameter initializes the field item’s Value and ExportValue properties. |
Returns
Type | Description |
---|---|
Integer | The new field value’s index. |
See Also