TdxPDFChoiceField.DeleteItem(Integer) Method
Deletes a specified field item.
Declaration
procedure DeleteItem(AIndex: Integer);
Parameters
| Name | Type | Description |
|---|---|---|
| AIndex | Integer | The deleted item’s index. |
Remarks
You can call the ClearItems procedure to delete all field items.
See Also