ReportControl_GetStylesΒΆ

ReportControl_GetStyles returns the style names of the selected styles in the report control of a dialog box.

svNames = ReportControl_GetStyles(svStyles)

Return Value

svNames is a string vector with the style names.

Parameters

svStyles

svStyles is a string vector of styles. (see DialogBox for an example)

History

Version Description
4.2.3 New

id-504846