[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TEditorItem - a single item on which a Composite Cell Editor operates
Source position: grids.pas line 241
type TEditorItem = record |
||
Editor: TWinControl; |
|
The Editor to be used for this item |
Align: TAlign; |
|
Align - how this item is to be aligned |
ActiveControl: Boolean; |
|
ActiveControl - returns True if this item is part of an active control |
end; |
lazarus-ccr.sourceforge.net |