Language Reference Guide : 4. System Classes : AppSource Class : RemoveTaggedValue Method
 
Share this page                  
RemoveTaggedValue Method
The RemoveTaggedValue method removes a tagged value identified by its index or tag name from the application's TaggedValues array.
This method has the following syntax:
status = AppSource.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; otherwise, it returns TV_FAIL.