Vcl.Grids.TInplaceEdit.SetFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFocus; reintroduce;

C++

HIDESBASE void __fastcall SetFocus();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEdit

Description

Gives the editor window input focus if it is visible.

Use SetFocus to cause keyboard events to go to the editor window. Focus will not move to the window if it is hidden by a call to the Hide method.

See Also