Vcl.Grids.TCustomGrid.CalcFixedInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcFixedInfo(var DrawInfo: TGridDrawInfo);

C++

void __fastcall CalcFixedInfo(TGridDrawInfo &DrawInfo);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Calculates the pixel locations of the fixed cells.

Use CalcDrawInfo to determine the pixel locations of the fixed cells in the X and Y directions.

See Also