FMX.Grid.TGridModel.RemoveColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveColumn(const Index: Integer);

C++

void __fastcall RemoveColumn(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 that has the specified column number.

See Also