mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
ShellTreeView: remove method GetSelectedNodePath (deprecated since 1.4.0).
git-svn-id: trunk@51357 -
This commit is contained in:
parent
494d6d83c4
commit
dc9997b0d8
@ -85,7 +85,6 @@ type
|
||||
AMask: string; AObjectTypes: TObjectTypes; AResult: TStrings; AFileSortType: TFileSortType = fstNone);
|
||||
{ Other methods specific to Lazarus }
|
||||
function GetPathFromNode(ANode: TTreeNode): string;
|
||||
function GetSelectedNodePath: string; deprecated 'Use property Path instead';
|
||||
procedure Refresh(ANode: TTreeNode); overload;
|
||||
|
||||
{ Properties }
|
||||
@ -943,10 +942,6 @@ begin
|
||||
Result := '';
|
||||
end;
|
||||
|
||||
function TCustomShellTreeView.GetSelectedNodePath: string;
|
||||
begin
|
||||
Result := GetPathFromNode(Selected);
|
||||
end;
|
||||
|
||||
procedure TCustomShellTreeView.Refresh(ANode: TTreeNode);
|
||||
//nil will refresh root
|
||||
|
Loading…
Reference in New Issue
Block a user