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

TCompositeCellEditor.AddEditor

Adds the specified Editor with the given alignment and specified ActiveControl.

Declaration

Source position: grids.pas line 329

public procedure TCompositeCellEditor.AddEditor(

  aEditor: TWinControl;

  aAlign: TAlign;

  ActiveCtrl: Boolean

);