Skip to main content

ASPxClientObjectContainer.GetVariable(name) Method

Returns the value of the Flash variable specified.

Declaration

GetVariable(
    name: string
): string

Parameters

Name Type Description
name string

A string value that specifies the Flash variable.

Returns

Type Description
string

A string value that represents the Flash variable’s value.

Remarks

Note

This member is in effect for a Flash object only.

See Also