@...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:
Set / Gets IpAddress value.
| |
Set / Gets enabled state of a IpAddress control
| |
Set / Gets visible a IpAddress control.
| |
Set / Gets row position of
a IpAddress control.
| |
Set / Gets column position of a IpAddress control.
| |
Set / Gets width of a IpAddress control.
| |
Set / Gets height of a IpAddress control.
| |
Set / Gets IpAddress control's font name.
| |
Set / Gets IpAddress control's font size.
| |
Set / Gets IpAddress control's font bold property
| |
Set / Gets IpAddress control's font italic property
| |
Set / Gets IpAddress control's font underline property
| |
Set / Gets IpAddress control's font strikeout property
| |
Set / Gets user property 'Cargo' for IpAddress control
| |
Retrieves the name of a IpAddress control.
| |
· Parent (D)
|
Set the name as character identifier of the parent window.
|
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:
An action to be performed when getting the focus
| |
An action to be performed when generic changing of the control
| |
An action to be performed when losing the focus.
|
METHODS:
Shows a IpAddress control
| |
Hides a IpAddress control
| |
Releases a IpAddress control from memory
| |
Save a IpAddress control as BitMap file.
|
EXAMPLE: