[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridRectArray

Array type used to store TGridRect instances.

Declaration

Source position: grids.pas line 677

type TGridRectArray = array of TGridRect;

Description

TGridRectArray is an array type used to store TGridRect instances. It is used to track cell selection ranges in a grid control.

See also

TGridRect

  

Alias for the TRect type in RTL.

TCustomGrid.SelectedRange

  

Provides indexed access to TGridRect values in the currently selected range.

TCustomGrid.SelectedRangeCount

  

Number of cell rectangles in the selected range for the grid.


Version 3.2 Generated 2024-02-25 Home