FMX.Grid.TTextCell.DoExit
Delphi
procedure DoExit; override;
C++
virtual void __fastcall DoExit(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TTextCell |
Description
Sends a PM_RESET_FOCUS
message to the presentation layer through its presentation proxy, followed by a PM_DO_EXIT
message.
FMX.Grid.TTextCell.DoExit inherits from FMX.Controls.Presentation.TPresentedControl.DoExit. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.DoExit.
Sends a PM_RESET_FOCUS
message to the presentation layer through its presentation proxy, followed by a PM_DO_EXIT
message.
For details about the circumstances that trigger this procedure, see TControl.DoExit.