Edit field with choice button. Inherits fields and method from class UIButton.
UIChoice(<action>,[<value>],[<text>]) --> UIChoice object
choice := UIChoice({|| openForm("form.xfl") })
Andrey Cherepanov <<skull@eas.lrn.ru>>
No dependies of platform.
Get text from edit field.
getText() --> <sText>
No arguments
Text from edit field.
Set text to edit field.
setText(<text>)
Returns NIL.
Constructor. Create edit field with choice button.
UIChoice(<action>,[<value>],[<text>]) --> UIChoice object
Returns NIL.