wwConfig::Load

Loads a persisted object from an XML file, INI file or the registry.

Relies on the cMode ("INI","XML"*,"REGISTRY") property to determine how to load the object.

Requires that the appropriate properties are set:

INI, XML
cFilename property is set.

INI
cSubName - section name (ie. [wwdemo]). Example: wwDemo

REGISTRY
cRegPath and cRegNode.

o.Load()

Return Value

.T. or .F.

See also:

Class wwConfig | wwConfig::Save | wwConfig::cMode

© West Wind Technologies, 1996-2022 • Updated: 10/06/99
Comment or report problem with topic