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

TEditorItem

A single item on which a Composite cell editor operates.

Declaration

Source position: grids.pas line 296

type TEditorItem = record

  Editor: TWinControl;

  

The Editor to be used for this item.

  Align: TAlign;

  

How this item is aligned.

  ActiveControl: Boolean;

  

Returns True if this item is part of an active control.

end;