[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the effective selected state using the control Options and the grid draw state.
Source position: grids.pas line 1113
protected procedure TCustomGrid.GetSelectedState( |
AState: TGridDrawState; |
out IsSelected: Boolean |
); virtual; |
AState |
|
Grid draw state values examined in the method. |
IsSelected |
|
True when the state and Options values indicate a selected state. |
Called from the PrepareCanvas method when fixed cells are drawn, or when DefaultDrawing is enabled for the control.
|
Prepares the canvas for drawing the cell at the specified location. |
|
|
Indicates if the default drawing mechanism is used to draw the background and text for cells. |
|
|
Contains the set of optional features and/or behaviors enabled for the grid control. |
|
|
Represents grid option values available for grid controls. |
|
|
Set type used to store enabled grid options. |
|
|
Enumeration with Grid draw state values. |
|
|
Enumerated type with grid state values. |
Version 4.0 | Generated 2025-05-03 | Home |