LlDomSetProperty

Syntax:

INT LlDomSetProperty(HLLDOMOBJ hDOMObj, LPCTSTR pszName, LPCTSTR pszValue);

Task:

Sets the specified property to the passed value. Detailed application examples can be found in chapter DOM Functions.

Parameter:

hDomObj: DOM handle for the object to be altered

pszName: Name of the desired property, e.g. "Condition", for setting the appearance condition of an object

pszValue: New value of the property

Return value:

Error code

See also:

Chapter DOM Functions