Data.Bind.DBScope.TCustomBindScopeDB.SetField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetField(ABindComp: TBasicBindComponent; const FieldName: string); virtual;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

Description

Sets the name of the field.

The SetField method is used to set the name of the field. The name is supplied by the FieldName parameter.

See Also