Class TMetaCellEditor (unit XStringGrid) |
Inherits from
TCellEditor
constructor Create(AOwner: TComponent);
- ////////////////////////////////////////////////////////////////////////////// TMetaCellEditor public //
procedure Clear;
destructor Destroy;
Notify me if FEditor gets freed by someone
procedure Draw(Rect: TRect);
method.
function GetEditor: TWinControlInterface;
function InitEditor(AOwner: TComponent): TWinControl;
procedure Notification(AComponent: TComponent; Operation: TOperation);
so I can accss this here ////////////////////////////////////////////////////////////////////////////// TMetaCellEditor protected //
property Editor : TWinControlInterface
FEditor : TWinControl;
constructor Create(AOwner: TComponent);
////////////////////////////////////////////////////////////////////////////// TMetaCellEditor public //
procedure Clear;
destructor Destroy;
Notify me if FEditor gets freed by someone
procedure Draw(Rect: TRect);
method. So FEdit has been freed allready
function GetEditor: TWinControlInterface;
function InitEditor(AOwner: TComponent): TWinControl;
procedure Notification(AComponent: TComponent; Operation: TOperation);
so I can accss this here ////////////////////////////////////////////////////////////////////////////// TMetaCellEditor protected //
property Editor : TWinControlInterface
FEditor : TWinControl;