$CLASSNAME$
	UIImage
$SUMMARY$
	Class UIImage
$LANG_RU$
	 UIImage
$ABOUT$
	Class of image.
$LANG_RU$
	 .
$SYNTAX$
	UIImage(<file>,[<isString>])	--> UIImage object.
$LANG_RU$
	UIImage(<file>,[<isString>])	-->  UIImage.
$ATTRIBUTES$
	<className>	- Class name. Value should be "UIImage".
$LANG_RU$
	<className>	-  . : "UIImage".

$METHODNAME$
	UIImage()
$SUMMARY$
	Constructor. Create image widget.
$LANG_RU$
	.    .
$SYNTAX$
	UIImage(<file>,[<isString>])	--> UIImage object.
$ARGUMENTS$
	<file>		- String or number. File name, identifier of system image or content of image file. Identifiers are described in function <link linkend="functiongetsysimage">getSysImage()</link>.
	<isString>	- Boolean. Flag to interpret file parameter as image content.
$LANG_RU$
	<file>		-   .  ,       .       <link linkend="functiongetsysimage">getSysImage()</link>.
	<isString>	-  .    <file>   .
$ENDMETHOD$

$EXAMPLES$
	img  := UIImage("icon.xpm")

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