FMX.Grid.TTextCell.DoEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEnter; override;

C++

virtual void __fastcall DoEnter(void);

Properties

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

Description

Sends a PM_DO_ENTER message to the presentation layer through its presentation proxy.

FMX.Grid.TTextCell.DoEnter inherits from FMX.Controls.Presentation.TPresentedControl.DoEnter. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.DoEnter.

Sends a PM_DO_ENTER message to the presentation layer through its presentation proxy.

For details about the circumstances that trigger this procedure, see TStyledControl.DoEnter.

See Also