Click or drag to resize

IPAddress.TextValue Property (Typed)

X#
String representing the IP address.

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

Property Value

Type: String
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