Language Reference Guide : 4. System Classes : FieldObject Class : RemoveTaggedValue Method
 
Share this page                  
RemoveTaggedValue Method
The RemoveTaggedValue method removes a tagged value identified by its index or tag name from the field's TaggedValues array.
This method has the following syntax:
status = FieldObject.RemoveTaggedValue(tag = varchar(256) | row = integer)
This method has the following parameters:
tag
(Either this parameter or row is required.) Specifies the name of the tag in the TaggedValues array.
row
(Either this parameter or tag is required.) Specifies the row number in the TaggedValues array.
This method returns TV_OK if successful, TV_FAIL otherwise.