mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 13:43:05 +02:00
LCL: make TTreeNode.Create virtual. Improves the usability of OnCreateNodeClass event.
git-svn-id: trunk@45740 -
This commit is contained in:
parent
2cbb82d1f9
commit
66008fed58
@ -2778,7 +2778,7 @@ type
|
||||
protected
|
||||
function GetOwner: TPersistent; override;
|
||||
public
|
||||
constructor Create(AnOwner: TTreeNodes);
|
||||
constructor Create(AnOwner: TTreeNodes); virtual;
|
||||
destructor Destroy; override;
|
||||
function AlphaSort: Boolean;
|
||||
function Bottom: integer;
|
||||
|
Loading…
Reference in New Issue
Block a user