@...IMAGE / DEFINE IMAGE
Creates an image control

 

 

 

Standard Syntax (xBase Style):

 

 

      @ <nRow> ,<nCol>

            IMAGE <ControlName>

            [ OF | PARENT <ParentWindowName> ] 

            [ ACTION | ONCLICK | ON CLICK <ActionProcedureName> | <bBlock> ]

            PICTURE <cPictureName>

            WIDTH <nWidth>

            HEIGHT <nHeight>

            [ STRETCH ]

            [ HELPID <nHelpId> ]

            [ INVISIBLE ]

 

 

Alternate Syntax:

 

 

      DEFINE IMAGE <Controlname>

            PARENT <ParentWindowName>

            ONCLICK <ActionProcedureName>

            PICTURE <cPictureName>

            WIDTH <nWidth>

            HEIGHT <nHeight>

            STRETCH <lValue>

            HELPID <nHelpId>

            VISIBLE <lValue>

      END IMAGE

 

 

Properties:

 

 

      - Enabled

      - Visible

      - Picture

      - Row

      - Col

      - Width

      - Height

      - Name (R)

      - Parent (D)

      - HelpId (D)

      - Stretch (D)

 

      D: Available at control definition only

      R: Read-Only

 

 

Events:

 

 

      - OnClick

 

 

Methods:

 

 

      - Show

      - Hide

      - Release