TiVCLComponent.OPCItemCount
TiVCLComponent See Also
Used to get the count of OPC Items added to the component.
function OPCItemCount() : Integer;
Description
Use the OPCItemCount procedure to get the number of OPC Items added to the
component using the OPCAddItem method or the built-in property editor.
Example
Delphi
Value := iComponent.OPCItemCount;
C++ Builder
Value = iComponent->OPCItemCount;
Contents | Index | Previous | Next