[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.