TSphinxClientApps Class
Holds a collection of client applications.
Syntax
Unit: Sphinx.Comp.ClientApp
TSphinxClientApps = class(TOwnedCollection);
Methods
| Name | Description |
|---|---|
| Find | Finds a client application given the specified client id. |
| Add | Creates a new client application object and adds it to the collection. |
Properties
| Name | Description |
|---|---|
| Items[Index] | Provides indexed access to all client applications in the collection. |