Data.DB.TDataLink.FocusControl
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataLink |
Delphi
procedure FocusControl(Field: TFieldRef); virtual;
C++
virtual void __fastcall FocusControl(TFieldRef Field);
Description
Provides the interface for a method to force focus to the data-aware component associated with the TDataLink.
The FocusControl method defined by TDataLink merely provides an interface for a method that can force the input focus to a data-aware object associated with the TDataLink. Derived objects that do not need this capability can allow the inherited method to ignore the request.