IPAddress.TextValue 属性 | |
表示IP地址的字符串。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY TextValue AS USUAL GET SET
public override __Usual TextValue { get; set; }
查看代码属性值
类型:
__Usual表示IP地址的字符串。
示例
以下示例演示了IP地址的设置和读取:
1oDCIPAddress1:TextValue := '192.168.0.1'
2? oDCIPAddress1:TextValue
参见