Class TOPCServerList
Unit
Declaration
type TOPCServerList = class(TObject)
Description
Hierarchy
- TObject
- TOPCServerList
Overview
Methods
![]() |
constructor Create(ComputerName: AnsiString; UseRegistry: Boolean; CATIDs: array of TGUID); |
![]() |
destructor Destroy; override; |
![]() |
function Update: LongInt; |
Properties
![]() |
property CLSID[Index:LongInt]: TCLSID read GetCLSID; |
![]() |
property Count: LongInt read GetCount; |
![]() |
property Description[Index:LongInt]: AnsiString read GetDescription; |
![]() |
property Items: TStrings read GetServerList; |
![]() |
property OnProgress: TOPCRegistryProgressEvent read FOnProgress
write FOnProgress; |
![]() |
property ProgID[Index:LongInt]: AnsiString read GetProgID; |
![]() |
property RegistryConnected: Boolean read FRegistryConnected; |
![]() |
property RegistryOpened: Boolean read FRegistryOpened; |
![]() |
property ServerBrowserObjectCreated: Boolean
read FServerBrowserObjectCreated; |
![]() |
property Vendor[Index:LongInt]: AnsiString read GetVendor; |
Description
Methods
![]() |
constructor Create(ComputerName: AnsiString; UseRegistry: Boolean; CATIDs: array of TGUID); |
![]() |
destructor Destroy; override; |
![]() |
function Update: LongInt; |
Properties
![]() |
property CLSID[Index:LongInt]: TCLSID read GetCLSID; |
![]() |
property Count: LongInt read GetCount; |
![]() |
property Description[Index:LongInt]: AnsiString read GetDescription; |
![]() |
property Items: TStrings read GetServerList; |
![]() |
property OnProgress: TOPCRegistryProgressEvent read FOnProgress
write FOnProgress; |
![]() |
property ProgID[Index:LongInt]: AnsiString read GetProgID; |
![]() |
property RegistryConnected: Boolean read FRegistryConnected; |
![]() |
property RegistryOpened: Boolean read FRegistryOpened; |
![]() |
property ServerBrowserObjectCreated: Boolean
read FServerBrowserObjectCreated; |
![]() |
property Vendor[Index:LongInt]: AnsiString read GetVendor; |
Generated by PasDoc 0.14.0.