Jazz Soft 您要联络吗?   JazzSoft@live.com     简体字汉语   英语  日语  繁体字汉语  简体字汉语
提供半导体工厂自动化与生产效率改善法 
Skip Navigation Links首页 > 产品一览 > Swing > Swing SECS II 详细资料 > Properties > Show

Jazz Soft has been moved from Japan to New York in 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

Show Property

If this property is True, it displays on screen whether port is opened or not. If this property is False, ActiveX control is not drawn only by applying in a background color. This property is a persistent property.

If node addition is performed in large quantities when Show Property is True, it takes very long time to redraw tree. Probably, it will be good to perform node addition after setting Show Property to False. If addition is completed, set Show Property to True.

Syntax

Visual Basic



Visual C++


Return Value

Example

Visual Basic

.Show = False
.Pointer = "1"
.Add SecsTypeList, ""
Dim nCnt as Integer
For nCnt = 1 to 100
  .Pointer = "1/" + Format$(nCnt)
  .Add SecsTypeAscii, "Something"
Next nCnt
.Show = True


Visual C++

m_msg.SetShow(false);
m_msg.SetPointer("1");
m_msg.Add(SecsTypeList,"");
for(int nCnt=0;nCnt<100;nCnt++)
{
  CString strBuf;
  strBuf.Format("1/%d",nCnt+1);
  m_msg.SetPointer(strBuf);
  m_msg.Add(SecsTypeAscii,"Something");
}
m_msg.SetShow(true);

Remarks

See Also

您要联络吗?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.