RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Grids.TGridDrawState Type

TGridDrawState represents information that is useful when rendering the cell of a grid.

Pascal
TGridDrawState = set of (gdSelected, gdFocused, gdFixed);
C++
(gdSelected, gdFocused, gdFixed) TGridDrawState;

TGridDrawState represents state information about the cell of a grid that is being rendered. It is a set that includes 0 or more of the following:

Value 
Meaning 
gdSelected  
The cell is currently selected.  
gdFocused  
The cell has input focus.  
gdFixed  
The cell is in the fixed region of the grid.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!