IUiFields.FieldByName

Syntax

FieldByName(FieldName: String): IUiField;

Parameters

FieldName is a parameter that determines a name of the table field that requires to be addressed.

Description

The FieldByName method allows to address a data source field by its name that is indicated as the FieldName input parameter.

See also:

IUiFields