Class TMetaCellEditor (unit XStringGrid)

Inherits from

TCellEditor

Constructors


constructor Create(AOwner: TComponent);

////////////////////////////////////////////////////////////////////////////// TMetaCellEditor public //


Functions

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 //

Properties

property Editor : TWinControlInterface


Events

Variables

FEditor : TWinControl;



Constructors


constructor Create(AOwner: TComponent);

////////////////////////////////////////////////////////////////////////////// TMetaCellEditor public //


Functions


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 //


Properties


property Editor : TWinControlInterface


Events


Variables


FEditor : TWinControl;