CurrentTagGetStyle
- Last UpdatedNov 17, 2021
- 1 minute read
This method returns the name of a retrieval style based on its index in the list of available retrieval styles for the currently selected tag.
Syntax
Result = aaHistClientTrend.CurrentTagGetStyle(integer styleNumber);
Parameters
styleNumber
The index of the style whose name you want to retrieve. Counting starts at 0.
Return Value
Returns the style’s name as defined for the current locale. If no style names are defined for the current locale, the name in the en locale is returned.
Remarks
To find out how many retrieval styles are available for the current tag, use the CurrentTagNumStyles property.