DrawShapeCanvas Change
Posted: Fri Sep 08, 2017 8:59 pm
We are needing to upgrade our version of TeeTree, so I downloaded the latest version but now the overriding the procedure DrawShapeCanvas gives us issues.
We override the function to do some custom drawing and get the following error.
- "Declaration of 'DrawShapeCanvas' differs from previous declaration"
Current override
procedure DrawShapeCanvas(ACanvas:TCanvas3D; Const R:TRect); override;
I can't find anywhere what the new deceleration of DrawShapeCanvas is defined as (help files or online).
Could someone with the fullsource code look it up for me in TeeTree.TTreeNodeShape
Prev TeeTree version - 8.08
New version - 2017.22
We override the function to do some custom drawing and get the following error.
- "Declaration of 'DrawShapeCanvas' differs from previous declaration"
Current override
procedure DrawShapeCanvas(ACanvas:TCanvas3D; Const R:TRect); override;
I can't find anywhere what the new deceleration of DrawShapeCanvas is defined as (help files or online).
Could someone with the fullsource code look it up for me in TeeTree.TTreeNodeShape
Prev TeeTree version - 8.08
New version - 2017.22