Label Methods (inherits Object)

text (rw)

The text property accesses the label text, and can be used to retrieve or to set the text.

string getText ( )

Get label text

Retrieve the label text.

void setText ( string text )

Set label text

Set the label text.