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.