Vcl.DBGrids.TGridDataLink.FocusControl

From RAD Studio API Documentation
Jump to: navigation, search

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

Displays the editor and gives focus to a field control in the TCustomDBGrid object.

Call the FocusControl procedure to bring up the editor for the representation of Field in the TCustomDBGrid. FocusControl selects Field in the TCustomDBGrid, and then tells the TCustomDBGrid object to bring up the editor.

See Also