TiOPCItem.Active
TiOPCItem
Used to determine whether or not the OPC Item's connection to the OPC Server
is Active.
property Active : Boolean;
Description
Use Active to inspect whether or not an OPC connection is currently active
between this OPC Item and the OPC Server specified by the ServerName and ComputerName properties.
Example
Delphi
Value := iComponent.OPCItem[0].Active;
C++ Builder
Value = iComponent->OPCItem[0]->Active;
Note: This property is Read Only.
Contents | Index | Previous | Next