void MSetStringOption (const char *obj_name, const char *opt_name, const char *text)

Stores a generic string option in the resource database

Documentation

Stores a generic string option in the resource database. The string option is identified by two names: the object name and the option name. Both names are free, the application can store string options manually defining them in the application or the MGUI resource files or via MSaveOptions (in the application resource file only). The value is stored in a new allocated buffer.

Parameters:
obj_name - Specifies the name of the object. An object in the DOS and Windows resource file is defined by enclosing its name in brackets and it is followed by option definitions.
opt_name - Specifies the name of the option. Option names in the DOS and Windows resource file appear after an object definition. The option is followed by the '=' character and the option value.
text - The text value to be stored.
See Also:
MGetStringOption

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++