[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 1092
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. |