pascalSCADA OPM: psOPCenum: Class TOPCServerList

Pascal SCADA OPM

Class TOPCServerList

Unit

psOPCenum

Declaration

type TOPCServerList = class(TObject)

Description

Hierarchy

  • TObject
  • TOPCServerList

Overview

Methods

Public constructor Create(ComputerName: AnsiString; UseRegistry: Boolean; CATIDs: array of TGUID);
Public destructor Destroy; override;
Public function Update: LongInt;

Properties

Public property CLSID[Index:LongInt]: TCLSID read GetCLSID;
Public property Count: LongInt read GetCount;
Public property Description[Index:LongInt]: AnsiString read GetDescription;
Public property Items: TStrings read GetServerList;
Public property OnProgress: TOPCRegistryProgressEvent read FOnProgress write FOnProgress;
Public property ProgID[Index:LongInt]: AnsiString read GetProgID;
Public property RegistryConnected: Boolean read FRegistryConnected;
Public property RegistryOpened: Boolean read FRegistryOpened;
Public property ServerBrowserObjectCreated: Boolean read FServerBrowserObjectCreated;
Public property Vendor[Index:LongInt]: AnsiString read GetVendor;

Description

Methods

Public constructor Create(ComputerName: AnsiString; UseRegistry: Boolean; CATIDs: array of TGUID);
 
Public destructor Destroy; override;
 
Public function Update: LongInt;
 

Properties

Public property CLSID[Index:LongInt]: TCLSID read GetCLSID;
 
Public property Count: LongInt read GetCount;
 
Public property Description[Index:LongInt]: AnsiString read GetDescription;
 
Public property Items: TStrings read GetServerList;
 
Public property OnProgress: TOPCRegistryProgressEvent read FOnProgress write FOnProgress;
 
Public property ProgID[Index:LongInt]: AnsiString read GetProgID;
 
Public property RegistryConnected: Boolean read FRegistryConnected;
 
Public property RegistryOpened: Boolean read FRegistryOpened;
 
Public property ServerBrowserObjectCreated: Boolean read FServerBrowserObjectCreated;
 
Public property Vendor[Index:LongInt]: AnsiString read GetVendor;
 

Generated by PasDoc 0.14.0.