FMX.Grid.TGridModel.ClearColumnInCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearColumnInCache(const Index: Integer);

C++

void __fastcall ClearColumnInCache(const int Index);

Properties

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

Description

Clears all values of the column with the specified column number in the internal cache.

The target column stays in the cache, only its values are removed.

See Also