FMX.Grid.TTextCell.DoEnter

From RAD Studio API Documentation

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. {{#multireplace:FMX.Grid.TTextCell.DoEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.Presentation.TPresentedControl.DoEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.Presentation.TPresentedControl.DoEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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