Image

ViewHelpWidth= Width of the help display (in pixel). If no width is specified, 40% of the total window width is taken.
It is also possible to specify the width in percentage, e.g. ViewHelpWidth=60%
ViewHelpHeight= Height of the help display (in pixel). If no height is specified, 40% of the total window height is taken.
It is also possible to specify the height in percentage, e.g. ViewHelpHeight=50%
ViewHelpPosition= Position (upper left corner) of the help display in the form (row,column). E.g.: ViewHelpPosition=(10,50). Or relative to other screen elements, e.g.  ViewHelpPosition=”[Material]+(1,30)”.
If you specify a position without specifying width and height, the whole window is used, starting at the specified position (lower right part of the window).
Example  Image (toolbar) “help.gif” ViewHelp=doc_intorder.htm  ViewHelpWidth=“200″
Dynamic text output 
Textstring= An additional text is drawn on the image.
You can indicate new lines with ”
\n“. Example:
Textstring=
“First line\nSecond line\nThird line”
Options for Textstring 
Textfont= Selected font. Default is “Arial” or, in the case of Unicode systems “Arial Unicode MS” .
Textcolor= Text color. Default is black. Possible values: “red”, “blue”, “green”, “white”, “black”, “yellow”, or “RGB(x,y,z)” where x,y,z are the  RGB-values of the color.
Textheight= Text height in pixels. Default is 10.
Textweight= Text weight between 1 (thin) and  9 (heavy). Default is 5. Bold is approximately 7.
Textarea= Image area where the text is drawn. Format: (x1,y1) or (x1,y1,x2,y2), in pixel coordinates. Default: the whole image. When you specify negative numbers, the bottom right corner as taken as basis. Examples:
… Textarea=(10,20)          // Offset (10,20) from upper left corner
… Textarea=(-50,-50)        // a square at the bottom right corner, size 50×50 pixels
… Textarea=(30,50,-30,-50)  // central area of the image
-textcenter The text is centered in the given image area. If it contains new line indicators “\n”, it is centered horizontally only.  
Example  Image (1.1,0.5)  (10,20) “logon.gif” textstring=“&V[_database]“  textheight=“24″ textweight=“8″  textcolor=“”yellow”
Telephony You can pass a phone number to the TAPI component (“Telephony Application Programming Interface”, outgoing calls), using the parameter  dial=
Example

Image (10,24) “phone.gif” dial=“&F[Phone number]“ 

If TAPI is installed and configured on the PC, clicking on the image initiates a phone call to the specified number.

Purpose

Image