API:Vcl.DBGrids.TGridDataLink.FocusControl
Delphi
procedure FocusControl(Field: TFieldRef); override;
C++
virtual void __fastcall FocusControl(Data::Db::TFieldRef Field);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TGridDataLink |
Description
Provides the interface for a method to force focus to the data-aware component associated with the TDataLink.
Vcl.DBGrids.TGridDataLink.FocusControl inherits from Data.DB.TDataLink.FocusControl. All content below this line refers to Data.DB.TDataLink.FocusControl.
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.