Class UILABEL

Name

UILABEL  --  Class of text label.

Synopsis

 UILabel(<text>) --> UILabel object
 
 
 

Description

Class UILabel

Attributes

<className> - Class name. Value should be "UILabel".
<value> - String. Label text.

Methods

GETVALUE Get label text.
SETTEXT Set text of label.
SETVALUE Set text of label.
UILABEL Constructor. Create text label.

Method UILABEL:GETVALUE()

Method UILABEL:SETTEXT()

 setText(<text>)

Method UILABEL:SETVALUE()

 setValue(<text>)

Method UILABEL:UILABEL()

 UILabel(<text>) --> UILabel object

Example:

 lbl  := UILabel("&Filename:")
 

Platforms

No dependies of platform.