FMX.Grid.TGridValues.InsertColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InsertColumn(const ACol: Integer); inline;

C++

void __fastcall InsertColumn(const int ACol);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues

Description

Inserts a column with the specified column number.

See Also