FMX.Grid.TGridModel.RemoveColumnFromCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveColumnFromCache(const Index: Integer);

C++

void __fastcall RemoveColumnFromCache(const int Index);

Properties

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

Description

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

Columns on the right-hand side of the removed column move one position to the left.

See Also