TacIPEdit component
Hierarchy Properties Controls with attached label |
The acIPEdit component is the control for editing the IP addresses. This is 100% native VCL component and contains a little bit more features than ActiveX "IPAddress". Also it contains the AttachedLabel structure which lets to operate with the label associated with the edit control and specify its behavior and position near the control.
|
|
You can specify and determinate the IP address as string (Text property), as integer value (IPLong property), or separately as four byte values (IP1, IP2, IP3, IP4 properties).
|
Alignment | controls horizontal placement of the text within every section of the acIPEdit control;
|
AttachedLabel | controls the behavior of the label attached to the control and its position;
|
AutoSelect | controls whether the text in the IP section should be automatically selected when user moves to the section using arrow keys, activating input focus in the section of acIPEdit control;
|
IP1, IP2, IP3, IP4 | determines or specifies the byte values in separate sections of IP address;
|
IPLong | represents the IP address as integer value;
|
Text | represents the IP address as text string.
|
acEdit and acNumberEdit components.
|