TdxPDFChoiceField.DeleteItem(Integer) Method
In This Article
Deletes a specified field item.
#Declaration
Delphi
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