A single item on which a Composite cell editor operates.
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; |