FMX.Grid.TGridValues.RemoveColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveColumn(const ACol: Integer; const OnlyClear: Boolean); inline;

C++

void __fastcall RemoveColumn(const int ACol, const bool OnlyClear);

Properties

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

Description

Clears the values of the column with the specified column number if OnlyClear is True, or completely removes that column if OnlyClear is False.

See Also