Data.Bind.Components.TLinkControlToField.Track

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TLinkControlToField

Delphi

property Track;

C++

__property Track;

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