TdxPDFChoiceField.AddItem(TdxPDFChoiceFieldValue) Method
Adds a specified field item.
Declaration
function AddItem(const AValue: TdxPDFChoiceFieldValue): Integer; overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | TdxPDFChoiceFieldValue | A new field value. |
Returns
| Type | Description |
|---|---|
| Integer | The new field value’s index. |
See Also