@...ACTIVEX / DEFINE ACTIVEX
Creates an Activex container control

 

 

 

Standard Syntax (xBase Style):

 

 

      @ <nRow>,<nCol> ACTIVEX <ControlName>

            [ OF | PARENT <ParentWindowName> ]

            WIDTH <nWidth>

            HEIGHT <nWidth>

            PROGID <cProgId>

 

 

Alternate Syntax:

 

 

      DEFINE ACTIVEX <Name>

            PARENT <PropertyValue>

            ROW <PropertyValue>

            COL <PropertyValue>

            WIDTH <PropertyValue>

            HEIGHT <PropertyValue>

            OBJECT <PropertyValue>

      END ACTIVEX

 

 

Properties:

 

 

      - Row

      - Col

      - Width

      - Height

      - Object (R)

      - Name (R)

      - Parent (D)

 

      D: Available at control definition only

      R: Read-Only