Skip to main content

ASPxClientObjectContainer.SetVariable(name, value) Method

Sets the value of the specified Flash variable.

#Declaration

TypeScript
SetVariable(
    name: string,
    value: string
): void

#Parameters

Name Type Description
name string

A string value that specifies the Flash variable.

value string

A string value that represents a new value.

#Remarks

Note

This member is in effect for a Flash object only.

See Also