IPrxTextFields.FindByKey

Fore Syntax

FindByKey(Key: Integer): IPrxTextField;

Fore.NET Syntax

FindByKey(System.Int32): Prognoz.Platform.Interop.Report.IPrxTextField;

Parameters

Key - text field key.

Description

The FindByKey method searches for a text field by the specified key.

Example

The example of use is given in the description for IPrxTextFields.RemoveByKey.

See also:

IPrxTextFields