Class UIEDITTEXT

Name

UIEDITTEXT  --  Class for multi-line text editor.

Synopsis

 UIEditText(<value>)	--> UIEditText object
 
 
 
 
 
 

Description

Class UIEditText

Attributes

<className> Class name. Value should be "UIEditText".

Methods

APPENDTEXT Append text to field content.
GETGEOMETRY Get size and position of multi-line text editor.
GETVALUE Get text from edit field.
READONLY Set flag of protection against change content in edit field.
SETACTION Set action executed on content changed.
SETGEOMETRY Change size and/or position of multi-line text editor.
SETVALUE Put text in edit field.
UIEDITTEXT Constructor. Create multi-line text editor.

Method UIEDITTEXT:APPENDTEXT()

 appendText(<text>)

Method UIEDITTEXT:GETGEOMETRY()

 getGeometry()	--> <aRect>

Method UIEDITTEXT:GETVALUE()

 getValue()	--> <sText>

Method UIEDITTEXT:READONLY()

 readOnly(<flag>)

Method UIEDITTEXT:SETACTION()

 setAction([<signal>],<action>)

Method UIEDITTEXT:SETGEOMETRY()

 setGeometry(<geom>)

Method UIEDITTEXT:SETVALUE()

 setValue(<value>)

Method UIEDITTEXT:UIEDITTEXT()

 UIEditText(<value>)	--> UIEditText object

Example:

 editBox := UIEditText()
 

Platforms

No dependies of platform.