Declaration
function GetValue(pageIndex: Integer; tagIndex: Integer; arrayIndex: Integer): Variant;
Description
Returns the tag value as a variant. arrayIndex is used only if the tag contains an array of values, otherwise it must be 0.
Note: Use
FindTag to obtain the
tagIndex.