IPAddress.TextValue Property | |
String representing the IP address.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS USUAL GET SET
public override Usual TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
UsualString representing the IP address.
Examples
The following example demonstrates the IP address being set and read back:
1oDCIPAddress1:TextValue := '192.168.0.1'
2? oDCIPAddress1:TextValue
See Also