Id Property (FlexUIMovieClip)

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 name. Assigning a meaningful name can make scripts more readable. For example, set the value of a button to close_button rather than b1 or button1.

Syntax

'Declaration
Protected Read Property id As String

Access

Read only.