Data.Bind.Components.TLinkControlToField.Track

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Track: Boolean read GetTrack write SetTrack;

C++

__property Track;

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkControlToField

Description

Indicates that notifications are sent more frequently between the bound controls and fields.

The Track option means that notifications are sent more frequently. Here is a run-time example using a TCheckBox that is bound to a field in a database table:

  • If Track is set for the checkbox, then the change occurs immediately when you click the checkbox.
  • If Track is not set, the change does not occur until the checkbox control loses focus.

See Also