Table of Contents

TSphinxClientApps.Find Method

Finds a client application given the specified client id.

Syntax

Unit: Sphinx.Comp.ClientApp

function TSphinxClientApps.Find(const ClientId: string): TSphinxClientApp;

Parameters

<-> Parameter Type Description
const ClientId string The client id used to search for the client application.

Returns

The client application object with the specified client id is returned. If no client application is found with the provided id, nil is returned.

See also