@...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:

D: Available at control definition only R: Read-Only

Methods:

  • Show
  • Hide
  • Release

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

results matching ""

    No results matching ""