[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Icons Commands
--------------------------------------------------------------------------------

 Creating an Icon            @ <nRow>, <nCol> ICON [ <oIcon> ] ;
 control from source            [ NAME | RESOURCE | RESNAME <cResName> ] ;
 code                           [ FILE | FILENAME | DISK <cIcoFile> ] ;
                                [ BORDER ] ;
                                [ ON CLICK <uClick> ] ;
                                [ OF | WINDOW | DIALOG <oWnd> ]

 <nRow>, <nCol>  Are the coordinates on the screen. We simulate text coordinates.

 <oIcon>         Is a reference to the Icon Object.

 <cResName>      Is the name of the icon resource if we are loading the icon
                 from a RC, RES or a DLL.

 <cIcoFile>      Is the name of a ICO file if we are loading the ICO directly
                 from disk.

 <uClick>        Is the action to be performed when the mouse clicks over the
                 icon.

 <oWnd>          Is the container Object of the Icon.


 Defining an Icon            DEFINE ICON <oIcon> ;
 without showing it             [ NAME | RESOURCE | RESNAME <cResName> ] ;
                                [ FILE | FILENAME | DISK <cIcoFile> ]

 <oIcon>         Is a reference to the Icon Object.

 <cResName>      Is the name of the icon resource if we are loading the icon
                 from a RC, RES or a DLL.

 <cIcoFile>      Is the name of a ICO file if we are loading the ICO directly
                 from disk.

See Also: Class TIcon
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson