Id Property (FlexObject)

Class

FlexObject.

Action

Gets the ID of the component.

This value becomes the instance name of the object and should not contain any white space or special characters. Each component throughout an application should have a unique id.

Syntax

'Declaration
Protected Read Property id As String

Access

Read only.