Vcl.DBCtrls.TFieldDataLink.Field

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Field: TField read FField;

C++

__property Data::Db::TField* Field = {read=FField};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TFieldDataLink

Description

Specifies the field component managed by this TFieldDataLink object.

Read Field to gain access to the field object to which the Control of this TFieldDataLink is bound.

Note: Before using Field to alter the value of a field's contents, applications should check the CanModify property. The Field object will not be aware of all constraints to edits for this TFieldDataLink.

See Also