FMX.Grid.Style.TStyledGrid.UpdateColumns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateColumns;

C++

void __fastcall UpdateColumns();

Properties

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

Description

Internally used to recalculate the position of the columns of this grid according to the height of the rows.

See Also