|
TAIPAddress |
Creates an IPAddress control on the form.
| Properties: | |
| Left,Top | Position of control relative to it's parent. |
| Width,Height | Size of control in pixels. |
| Name | Unique name of control, this defines the name of variable where control handle will be kept. |
| Text | IP address as text here. |
| Visible | This is True by default. Set it to False to generate hidden control. |
None.
None.