ReportControl_GetStyleNamesΒΆ

ReportControl_GetStyleNames returns a string vector with style names of the specified style file which can be used to initialize the marker combo box in a report control.

svNames = ReportControl_GetStyleNames()
svNames = ReportControl_GetStyleNames(ssStyleFile)

Return Value

svNames is a string vector with marker styles and names.

Parameters

ssStyleFile

ssStyleFile is the name of a style file. If the name is not specified the active style file is used.

Comment

The string vector with the marker names can be converted to a scalar string with the help of the CreateListBoxText function. comment]

History

Version Description
4.2.3 New

id-1713516