$CLASSNAME$
	UILabel
$SUMMARY$
	Class UILabel
$LANG_RU$
	 UILabel
$ABOUT$
	Class of text label.
$LANG_RU$
	 .
$SYNTAX$
	UILabel(<text>) --> UILabel object
$LANG_RU$
	UILabel(<text>) -->  UILabel
$ATTRIBUTES$
	<className>	- Class name. Value should be "UILabel".
	<value>		- String. Label text.
$LANG_RU$
	<className>	-  . : "UILabel".
	<value>		- .  .

$METHODNAME$
	UILabel()
$SUMMARY$
	Constructor. Create text label.
$LANG_RU$
	.  .
$SYNTAX$
	UILabel(<text>) --> UILabel object
$ARGUMENTS$
	<text>		- String. Label text. You can define accel key for widget activation. Just place symbol "&" before accel letter. This letter will be underlined and widget will be activated with key Alt-letter.
$LANG_RU$
	<text>		- .  .         ,   "&"   .    ޣ        Alt-.
$ENDMETHOD$

$METHODNAME$
	setText()
$SUMMARY$
	Set text of label.
$LANG_RU$
	  .
$SYNTAX$
	setText(<text>)
$ARGUMENTS$
	<text>		- String. Label text. It is duplicate for method setValue.You can define accel key for widget activation. Just place symbol "&" before accel letter. This letter will be underlined and widget will be activated with key Alt-letter.
$LANG_RU$
	<text>		- .  .   setValue.         ,   "&"   .    ޣ        Alt-.
$ENDMETHOD$

$METHODNAME$
	setValue()
$SUMMARY$
	Set text of label.
$LANG_RU$
	  .
$SYNTAX$
	setValue(<text>)
$ARGUMENTS$
	<text>		- String. Label text. You can define accel key for widget activation. Just place symbol "&" before accel letter. This letter will be underlined and widget will be activated with key Alt-letter.
$LANG_RU$
	<text>		- .  .         ,   "&"   .    ޣ        Alt-.
$ENDMETHOD$

$METHODNAME$
	getValue()
$SUMMARY$
	Get label text.
$LANG_RU$
	  .
$SYNTAX$getValue()	--> <sValue>
$RETURNS$
	Label text.
$LANG_RU$
	 .
$ENDMETHOD$

$EXAMPLES$
	lbl  := UILabel("&Filename:")

$PLATFORMS$
	No dependies of platform.
$LANG_RU$
	   .
$SEEALSO$
$AUTHOR$
	Andrey Cherepanov <skull@eas.lrn.ru>
$LANG_RU$
	  <skull@eas.lrn.ru>
$LASTDATE$
