Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

​.Caption 点域

  • Last UpdatedSep 24, 2024
  • 1 minute read

确定要使用复选框显示的消息。

类别

Windows 控件

用法

[ErrorNumber=]GetPropertyM ("ControlName.Caption", Tagname);

[ErrorNumber=]SetPropertyM ("ControlName.Caption", "Message");

参数

ControlName

Windows 控件的名称。例如,ChkBox_4。

标记名

消息标记名,用于存放所请求的属性。

消息

用英文引号括起的消息字符串。

附注

此属性在开发与运行时都是可读写的。

数据类型

消息(可读写)

适用范围

复选框。

示例

此语句将复选框对象“CheckBox_1”的题注设置为“Blue Paint Option”。

SetPropertyM("CheckBox_1.Caption","Blue Paint Option");

另请参阅

GetPropertyM()、SetPropertyM()

In This Topic