Click or drag to resize

IPAddress.TextValue Property

X#
String representing the IP address.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TextValue AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
String representing the IP address.
Examples
The following example demonstrates the IP address being set and read back:
X#
1oDCIPAddress1:TextValue := '192.168.0.1'
2? oDCIPAddress1:TextValue //    '192.168.0.1'
See Also