Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.EditorByStyle

Select a cell editor control with the specified style.

Declaration

Source position: grids.pas line 1317

public function TCustomGrid.EditorByStyle(

  Style: TColumnButtonStyle

):TWinControl; virtual;

Arguments

Style

  

Editor style selected in the method.

Function result

Cell editor for the specified style.