TiOPCItem.TimeStamp
TiOPCItem
Used to get the TimeStamp of the current Data from this OPC Item.
property TimeStamp : TDateTime;
Description
Use TimeStamp to get get the Time Stamp of the current Data received from the OPC Server.
Example
Delphi
Value := iComponent.OPCItem[0].TimeStamp;
C++ Builder
Value = iComponent->OPCItem[0]->TimeStamp;
Note: This property is Read Only.
Contents | Index | Previous | Next