FMX.Grid.TColumn.DoCanFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCanFocus(Sender: TObject; var ACanFocus: Boolean);

C++

void __fastcall DoCanFocus(System::TObject* Sender, bool &ACanFocus);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Called automatically when the column receives focus.

DoCanFocus sets the ACanFocus parameter to True if the column can receive focus, and to False otherwise.

See Also