FMX.Grid.TGridModel.RemoveRowFromCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveRowFromCache(const Index: Integer);

C++

void __fastcall RemoveRowFromCache(const int Index);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Removes the row with the specified row number from the internal cache.

Rows below the removed row move one position up.

See Also