[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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

  

Handler for MouseMove events.

TCustomGrid.MouseUp

  

Invokes the OnMouseUp handler.

TCustomGrid.DblClick

  

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.