RAD Studio VCL Reference
|
Returns the server from the Items property array that has a specified computer name.
function FindServer(const ComputerName: string): TServerItem;
__fastcall TServerItem FindServer(const AnsiString ComputerName);
Call FindServer to locate a server in the items property array given its ComputerName property. The ComputerName parameter specifies this computer name. Usually, this value is obtained by a previous call to GetBalancedName or GetNextName.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|