@...IPADDRESS / DEFINE IPADDRESS
Creates an IpAddress control

 

 

 

Standard Syntax (xBase Style):

 

 

      @ <nRow> ,<nCol>

            IPADDRESS <ControlName>

            [ OF | PARENT <ParentWindowName> ] 

            [ HEIGHT <nHeight> ] 

            [ WIDTH <nWidth> ]

            [ VALUE <anValue> ]

            [ FONT <cFontName> SIZE <nFontSize> ]

            [ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ]

            [ TOOLTIP <cToolTipText> ]   

            [ ON CHANGE <OnChangeProcedure> | <bBlock> ]   

            [ ON GOTFOCUS <OnGotFocusProcedur> | <bBlock> ]

            [ ON LOSTFOCUS <OnGotFocusProcedur> | <bBlock> ]

            [ HELPID <nHelpId> ]

            [ INVISIBLE ]

            [ NOTABSTOP ]

 

 

Alternate Syntax:

 

 

      DEFINE IPADDRESS

            PARENT <ParentWindowName>

            ROW <nValue> 

            COL <nValue>

            HEIGHT <nHeight>

            WIDTH <nWidth>

            VALUE <anValue>

            FONTNAME <cValue>

            FONTSIZE <nValue>

            FONTBOLD <lValue>

            FONTITALIC <lValue>

            FONTUNDERLINE <lValue>

            FONTSTRIKEOUT <lValue>

            TOOLTIP <cToolTipText>

            ONCHANGE <OnChangeProcedure>

            ONGOTFOCUS <OnGotFocusProcedure>

            ONLOSTFOCUS <OnGotFocusProcedure>

            HELPID <nHelpId>

            VISIBLE <lValue>

            TABSTOP <lValue>

      END IPADDRESS

 

 

Properties:

 

 

      - Value

      - Enabled

      - Visible

      - Row

      - Col

      - Width

      - Height

      - FontName

      - FontSize

      - FontBold

      - FontItalic

      - FontUnderline

      - FontStrikeout

      - Name (R)

      - HelpId (D)

      - TabStop (D)

 

      D: Available at control definition only

      R: Read-Only

 

 

Events:

 

 

      - OnChange

      - OnGotFocus

      - OnLostFocus

 

 

Methods:

 

 

      - Show

      - Hide

      - Release