PROPERTYAVAILABLE

Lets form and application developers know when an invalid reference to a property has taken place or is about to take place. This allows developers to develop in such a way that they can choose either:

Return Value

Boolean

A value of TRUE indicates that the property and/or its return value is available. A value of FALSE indicates that the property and/or its return value is not available.

Syntax

PROPERTYAVAILABLE( string propertyName )

where propertyName is a reference to a named property in one of these:

Used with Framework Events