FMX.Grid.TGridModel.InsertColumnIntoCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InsertColumnIntoCache(const Index: Integer);

C++

void __fastcall InsertColumnIntoCache(const int Index);

Properties

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

Description

Inserts the column with the specified column number into the internal cache.

See Also