RetrievalOptionsGetStyle
- Last UpdatedNov 17, 2021
- 1 minute read
This method returns the name of a retrieval style based on its index in the list of retrieval styles that are available in the control.
Syntax
Result = aaHistClientTrend.RetrievalOptionsGetStyle(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 in the control, use the RetrievalOptionsNumStyles property.