IVCDPropertyItem::load Method

Restores the values of the elements with the values previously saved in an XML string.
Syntax:
void load( const std::string& data );
Parameter Description
data

Specifies the string that contains the previously saved data. This string can be obtained by a call to IVCDPropertyItem::save.

See also: IVCDPropertyItem, IVCDPropertyItem::save, IVCDPropertyItem::saveW, IVCDPropertyItem::loadW

<< IVCDPropertyItem