LlDomDeleteSubobject

Syntax:

INT LlDomDeleteSubobject(HLLDOMOBJ hDOMObj, INT nPosition);

Task:

Deletes a subobject from the specified DOM list. Detailed application examples can be found in chapter DOM Functions.

Parameter:

hDomObj: DOM handle for the list

nPosition: Index (0-based) of the element to be deleted. All following elements are moved forward one position.

Return value:

Error code

See also:

Chapter DOM Functions