ExportXML

Description

Saves the RibbonBar content to an XML string. XML version 1.0 is supported.

Applies to

RibbonBar controls

Syntax

controlname.ExportXML ( )

Argument

Description

controlname

The name of the RibbonBar control.


Return value

String.

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

Examples

string ls_Return
ls_Return = rbb_1.ExportXML()

See also

ExportJSON

ExportToJSONFile

ExportToXMLFile

ImportJSON

ImportXML

ImportFromJSONFile

ImportFromXMLFile