[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: grids.pas line 333
public destructor TCompositeCellEditor.Destroy; override; |
Frees the internal list of TEditorItem instances, and calls the inherited destructor.
|
Adds the specified control to the composite cell editor using the given alignment and active state. |
|
|
Represents one of the editors used in a TCompositeCellEditor instance. |