Jazz Soft お問い合わせ   JazzSoft@live.com     日本語   英語  日本語  中国語(繁体字)  中国語(簡体字)
工場自動化と歩留り管理ソリューション 
Skip Navigation Linksホーム > 製品一覧 > Swing > Swing SECS II リファレンス > プロパティ > Array

Jazz Softは2024年、日本からニューヨークに移転しました。

Swing SECS II リファレンス   

Properties
Appearance
Array
BlockNumber
BorderStyle
DeviceID
EBit
Function
List
Msg
Pointer
PType
RBit
SessionID
Show
SourceID
Stream
SType
SystemBytes
TransactionID
Type
Value
ValueHex
WBit

Methods
Add
Init
Reply

Events

Array Property

This is the number of items which specified node contains. If the node is not array, it must be 1. If it is a list item, it is the number of child nodes.

構文

Visual Basic



Visual C++


戻り値

使用例

Visual Basic

.Pointer = ""
.Add SecsTypeList, ""
.Pointer = "99"
.Add SecsTypeList, ""
Text1.Text = "Count = " + Format$(.Array)


Visual C++

m_msg.SetPointer("");
m_msg.Add(SecsTypeList,"");
m_msg.SetPointer("99");
m_msg.Add(SecsTypeList,"");
m_text1.Format("Count = %d",m_msg.GetArray());

特記事項

This is a read-only property. You can not set a value to it.

参照

お問い合わせ   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.