@...RADIOGROUP \/ DEFINE RADIOGROUP

Creates a RadioGroup Control

Standard Syntax (xBase Style):

 @ <nRow> ,<nCol>
 RADIOGROUP <ControlName>
 [ OF | PARENT <cParentWindowName> ]
 OPTIONS <acOptions>
 [ VALUE <nValue> ]
 [ WIDTH <nWidth> ]
 [ SPACING <nSpacing> ]
 [ FONT <cFontName> SIZE <nFontSize> ]
 [ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ]
 [ TOOLTIP <cToolTipText> ]
 [ BACKCOLOR <aBackColor> ]
 [ FONTCOLOR <aFontColor> ]
 [ ON CHANGE <OnChangeProcedure> | <bBlock> ]
 [ TRANSPARENT ]
 [ HELPID <nHelpId> ]
 [ INVISIBLE ]
 [ NOTABSTOP ]
 [ READONLY <alReadOnly> ]
 [ HORIZONTAL ]

Alternate Syntax:

DEFINE RADIOGROUP <Controlname>
   PARENT <cParentWindowName>
   OPTIONS <acOptions>
   VALUE <nValue>
   WIDTH <nWidth>
   SPACING <nSpacing>
   FONTNAME <cValue>
   FONTSIZE <nValue>
   FONTBOLD <lValue>
   FONTITALIC <lValue>
   FONTUNDERLINE <lValue>
   FONTSTRIKEOUT <lValue>
   TOOLTIP <cToolTipText>
   BACKCOLOR <aBackColor>
   FONTCOLOR <aFontColor>
   ONCHANGE <OnChangeProcedure>
   TRANSPARENT <lValue>
   HELPID <nHelpId>
   VISIBLE <lValue>
   TABSTOP <lvalue>
   READONLY <alReadOnly>
   HORIZONTAL <lvalue>
END RADIOGROUP

Properties:

D: Available at control definition only

R: Read-Only

Events:

  • OnChange

Methods:

  • Show
  • Hide
  • SetFocus
  • Release

results matching ""

    No results matching ""