Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TSizingRec

Stores size and movement data for columns or rows in a grid.

Declaration

Source position: grids.pas line 674

type TSizingRec = record

  Index: Integer;

  

  OffIni: Integer;

  

  OffEnd: Integer;

  

  DeltaOff: Integer;

  

  PrevLine: Boolean;

  

  PrevOffset: Integer;

  

end;

Description

TSizingRec is a record type used to store size and positioning information for columns or rows in TCustomGrid and descendent classes. TSizingRec is the type used for an internal member in TCustomGrid used in method that perform column or row sizing operations.

See also

TCustomGrid.MouseMove

  

Applies a change in the mouse pointer position to the grid control.

TCustomGrid.MouseUp

  

Handles a mouse up event for the grid control.

TCustomGrid.DblClick

  

Performs actions needed to handle mouse double click events in the control.