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

TGridOption2

Represents grid options introduced in Version 2 (or higher) of grid controls.

Declaration

Source position: grids.pas line 122

type TGridOption2 = (

  goScrollToLastCol,

  

Allows scrolling to last column (so that last column can be leftcol).

  goScrollToLastRow,

  

Allows scrolling to last row (so the last row can also be TopRow).

  goEditorParentColor,

  

Sets the color in a cell editor to the color for the parent control.

  goEditorParentFont

  

Sets the font in a cell editor to the font for the parent control.

);

Description

TGridOption2 is the type used to implement the Options2 property in TCustomGrid and descendent classes.

Version info

Modified in version 3.0 to include goEditorParentColor and goEditorParentFont options.

See also

TCustomGrid.Options2

  

Contains additional options for scrolling and editor behavior enabled in the grid control.


Version 3.2 Generated 2024-02-25 Home