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

Properties:

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

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

Events:

  • OnChange
  • OnGotFocus
  • OnLostFocus

Methods:

  • Show
  • Hide
  • Release

results matching ""

    No results matching ""