GetObjectValue  Global

The GetObjectValue function retrieves the private value of the specified instance.

Syntax

String Global.GetObjectValue(
     Pointer obj)

Parameters

objReference of the object.Required

Return value

The GetObjectValue function returns the private value.

If the object is not valid, the GetObjectValue function returns an empty string.

Example

Table table new
SetObjectValue(table, "text")
data = GetObjectValue(table)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia