Table of Contents

IClientFacade.GetParam Method

Returns a value for a custom named parameter.

Syntax

Unit: Sphinx.ClientFacade

function IClientFacade.GetParam(const Name: string): string; virtual; abstract;

Parameters

<-> Parameter Type Description
const Name string The name of the custom param which value will be retrieved.

See also