@...ANIMATEBOX / DEFINE ANIMATEBOX
Creates an AnimateBox control

 

 

 

Standard Syntax (xBase Style):

 

 

      @ <nRow> ,<nCol>

            ANIMATEBOX <ControlName>

            [ OF | PARENT <ParentWindowName> ]

            WIDTH <nWidth> 

            HEIGHT <nJeight>

            [ FILE <cFileName> ]

            [ AUTOPLAY ]

            [ CENTER ]

            [ TRANSPARENT ]

            [ HELPID <nHelpId> ]

 

 

Alternate Syntax:

 

 

      DEFINE ANIMATEBOX <ControlName>

            PARENT <xcValue>

            ROW <nValue> 

            COL <nValue> 

            WIDTH <nValue> 

            HEIGHT <nValue>

            FILE <cValue>

            AUTOPLAY <lValue>

            CENTER <lValue>

            TRANSPARENT <lValue>

            HELPID <nValue>

      END ANIMATEBOX   

 

 

Properties:

 

 

      - Enabled

      - Visible

      - Row

      - Col

      - Width

      - Height

      - ToolTip

      - Name (R)

      - Parent (D)

      - File (D)

      - AutoPlay (D)

      - Center (D)

      - Transparent (D)

      - HelpId (D)

 

      D: Available at control definition only

      R: Read-Only

 

 

Methods:

 

 

      - Show

      - Hide

      - Open

      - Play

      - Seek

      - Stop

      - Close

      - Release