ExportJSON

Description

Saves the RibbonBar content to a JSON string. ECMA-404 JSON standard is supported.

Applies to

RibbonBar control

Syntax

controlname.ExportJSON ( )

Argument

Description

controlname

The name of the RibbonBar control.


Return value

String.

Returns the JSON string if it succeeds and an empty string "" if an error occurs.

Examples

string ls_Return
ls_Return = rbb_1.ExportJson()

See also

ExportXML

ExportToJSONFile

ExportToXMLFile

ImportJSON

ImportXML

ImportFromJSONFile

ImportFromXMLFile