[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds the specified control to the composite cell editor using the given alignment and active state.
Source position: grids.pas line 335
public procedure TCompositeCellEditor.AddEditor( |
aEditor: TWinControl; |
aAlign: TAlign; |
ActiveCtrl: Boolean |
); |
aEditor |
|
Editor control added to the composite cell editor. |
aAlign |
|
Alignment for the control relative to other editors. |
ActiveCtrl |
|
True if AEditor is the active control for the composite cell editor. |
AddEditor increases the capacity for the internal array of TEditorItem instances used in the control. It stores the parameter values to the Editor, Align, and ActiveControl members in the new TEditorItem instance.
|
Represents one of the editors used in a TCompositeCellEditor instance. |
Version 4.0 | Generated 2025-05-03 | Home |