TdxPDFChoiceField.ClearItems Method
In This Article
Clears the item list.
#Declaration
Delphi
procedure ClearItems;
#Remarks
Call this procedure to delete all field items. To delete a specific item, call the DeleteItem procedure instead.
See Also