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

 

 

      - Value

      - Enabled

      - Visible

      - Row

      - Col

      - Width

      - FontName

      - FontSize

      - FontBold

      - FontItalic

      - FontUnderline

      - FontStrikeout

      - ToolTip

      - BackColor

      - FontColor

      - Caption (nItemNumber)

      - ReadOnly

      - Name (R)

      - Parent (D)

      - Spacing (D)

      - HelpId (D)

      - Horizontal (D)

      - Options (D)

 

      D: Available at control definition only

      R: Read-Only

 

 

Events:

 

 

      - OnChange

 

 

Methods:

 

 

      - Show

      - Hide

      - SetFocus

      - Release