wwXMLState::SetProperty

Sets a property in the XML state store saved in the cXML property.

o.SetProperty(lcProperty, lcValue, lcType, lcDescription)

Return Value

nothing

Parameters

lcProperty
The property to store or update.

lcValue
The value to set it to. You can pass any VFP simple type here.
Pass .NULL. to delete the property.

lcType
Optional - the type of the property to store.

lcDescription
Optional - a description of the value stored.


See also:

Class wwXMLState

© West Wind Technologies, 1996-2022 • Updated: 12/19/00
Comment or report problem with topic