ClearTags
- Last UpdatedNov 17, 2021
- 1 minute read
The ClearTags method removes all of the tags from the query.
Syntax
[Result=] aaHistClientQuery.ClearTags();
Example
In the following example, all tags from the query are deleted, and the ReactLevel tag is added to the query.
#aaHistClientQuery1.ClearTags;
#aaHistClientQuery1.AddTag("MyInSQL", "ReactLevel", 1);