getLastByType method |
Applies to
TIcNodeList
Declaration
Function getLastByType(nType : byte): TIcXMLNode;
Description
Returns last child node with specified type. If node with specified type does
not exist in the list returns nil.
Parameters |
nType | Type of XML node. |