@...FRAME / DEFINE FRAME
Creates a frame control

 

 

 

Standard Syntax (xBase Style):

 

 

      @ <nRow> ,<nCol>

            FRAME<ControlName>

            [ OF | PARENT <ParentWindowName> ]

            [ CAPTION <cCaption> ]

            WIDTH <nWidth>

            HEIGHT <nHeight>

            [ FONT <cFontName> ]

            [ SIZE <nFontSize> ]

            [ BOLD ]

            [ ITALIC ]

            [ UNDERLINE ]

            [ STRIKEOUT ]

            [ BACKCOLOR <aBackColor> ]

            [ FONTCOLOR <aFontColor> ]

            [ TRANSPARENT ]

 

 

Alternate Syntax:

 

 

      DEFINE FRAME <ControlName>

            PARENT <ParentWindowName>

            ROW <nValue> 

            COL <nValue>

            WIDTH <nValue>

            HEIGHT <nValue>

            FONTNAME <cValue>

            FONTSIZE <nValue>

            FONTBOLD <lValue>

            FONTITALIC <lValue>

            FONTUNDERLINE <lValue>

            FONTSTRIKEOUT <lValue>

            CAPTION <cCaption>

            BACKCOLOR <aBackColor>

            FONTCOLOR <aFontColor>

            TRANSPARENT <lValue>

      END FRAME

 

 

Properties:

 

 

      - Enabled

      - Visible

      - Row

      - Col

      - Width

      - Height

      - Caption

      - FontName

      - FontSize

      - FontBold

      - FontItalic

      - FontUnderline

      - FontStrikeout

      - BackColor

      - FontColor

      - Name (R)

      - Parent (D)

      - Transparent (D)

 

      D: Available at control definition only

      R: Read-Only

 

 

Methods:

 

 

      - Show

      - Hide

      - Release

 

 

      Note: FontColor property works only for 'Windows Clssic' / 'Windows Standard' themes.