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

TCustomGrid.GetSelectedState

Gets the effective selected state using the control Options and the grid draw state.

Declaration

Source position: grids.pas line 1088

protected procedure TCustomGrid.GetSelectedState(

  AState: TGridDrawState;

  out IsSelected: Boolean

); virtual;

Arguments

AState

  

Grid draw state values examined in the method.

IsSelected

  

True when the state and Options values indicate a selected state.