Hi there,
How to override OnChanging event from within a VCL based on TTreeView??? I tried the 2 following declarations but doesn't work...
(msg 'method Changing not found in base class'...)
---------------------------------------------------
protected
{ Protected declarations }
1-procedure Changing(Node: TTreeNode; var AllowChange: Boolean); override;
2-function Changing(Node: TTreeNode): Boolean; override;
---------------------------------------------------
Thank you all
How to override OnChanging event from within a VCL based on TTreeView??? I tried the 2 following declarations but doesn't work...
(msg 'method Changing not found in base class'...)
---------------------------------------------------
protected
{ Protected declarations }
1-procedure Changing(Node: TTreeNode; var AllowChange: Boolean); override;
2-function Changing(Node: TTreeNode): Boolean; override;
---------------------------------------------------
Thank you all