Create button with picture.

Calling:

ac_request("create_iconbutton",string sPictureName,int sx,int sy, int ex, int ey, string sToolTip, string sPrgCppFileName);


Here:

sPictureName - file name of the picture for button (from cataloge "tsimages").

sx,sy,ex,ey - button coords in the LabPP_Automat work panel,

sToolTip - a text hint to show when the user hovers over the button,

sPrgCppFileName - name of the program file (from the "tsprg" directory) that will be launched by this button.