FMX.Grid.TCustomGrid.UpdateSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateSelection;

C++

void __fastcall UpdateSelection(void);

Properties

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

Description

Internally used to update the highlighted cell according to various events such as horizontal and vertical scrolling of the columns in this grid.

See Also