@...IPADDRESS
DEFINE IPADDRESS 
  

Creates an ipaddress control.

SYNTAX

Standard Window:

@ <nRow> ,<nCol> IPADDRESS <ControlName>
[ OF | PARENT <
ParentWindowName> ]
[ HEIGHT <
nHeight> ]
[ WIDTH <
nWidth> ]
[ VALUE<
nIpValue1>,<nIpValue2>,<nIpValue3>,<nIpValue4> ]
[ 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

[ ID <nId> ]
[ PARENT <
ParentWindowName> ]
COL <
nCol>
ROW <
nRow>
[ HEIGHT <
nHeight> ]
[ WIDTH <
nWidth> ]
[ VALUE<
nIpValue1>,<nIpValue2>,<nIpValue3>,<nIpValue4> ]
[ FONTNAME <
cFontname>
[ FONTSIZE <
nFontsize> ]
[ FONTBOLD < .T. | .F.> ]
[ FONTITALIC < .T. | .F.> ]
[ FONTUNDERLINE < .T. | .F.> ]
[ FONTSTRIKEOUT < .T. | .F.> ]
[ TOOLTIP <
cToolTipText> ]
[ ONCHANGE <
OnChangeProcedure> | <bBlock> ]
[ ONGOTFOCUS <
OnGotFocusProcedur> | <bBlock> ]
[ ONLOSTFOCUS <
OnGotFocusProcedur> | <bBlock> ]
[ HELPID <
nHelpId> ]
[ INVISIBLE < .T. | .F.> ]
[ NOTABSTOP < .T. | .F.> ]

END IPADDRESS

PROPERTIES:

·   Value
Set / Gets IpAddress value.
·   Enabled
Set / Gets enabled state of a IpAddress control
·   Visible          
Set / Gets visible a IpAddress control.
·   Row
Set / Gets row position of a IpAddress control.
·   Col   
Set / Gets column position of a IpAddress control.
·   Width
Set / Gets width of a IpAddress control.
·   Height
Set / Gets height of a IpAddress control.
·   FontName
Set / Gets IpAddress control's font name.
·   FontSize
Set / Gets IpAddress control's font size.
·   FontBold
Set / Gets IpAddress control's font bold property
·   FontItalic
Set / Gets IpAddress control's font italic property
Set / Gets IpAddress control's font underline property
Set / Gets IpAddress control's font strikeout property
·   Cargo
Set / Gets user property 'Cargo' for IpAddress control
·   Name (R)
Retrieves the name of a IpAddress control.
·   Parent (D)
Set the name as character identifier of the parent window.
·   HelpId (D)
Set the numeric help topic identifier of the control.
·   NoTabStop (D)
Sets whether an element behavior can't receive focus and participate in the tabbing sequence

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

EVENTS:

·   OnGotFocus
An action to be performed when getting the focus
·   OnChange
An action to be performed when generic changing of the control
An action to be performed when losing the focus.

METHODS:

·   Show
Shows a IpAddress control
·   Hide
Hides a IpAddress control
·   Release
Releases a IpAddress control from memory
·   SaveAs
Save a IpAddress control as BitMap file.

EXAMPLE:

See demo in :
\Samples\Basic\IpAddress