TShellTreeView: deprecate function GetSelectedNodePath, since it's redundant.

git-svn-id: trunk@48302 -
This commit is contained in:
bart 2015-03-12 18:13:16 +00:00
parent 53911c79b5
commit e3541a5e4e

View File

@ -83,7 +83,7 @@ type
AMask: string; AObjectTypes: TObjectTypes; AResult: TStrings; AFileSortType: TFileSortType = fstNone);
{ Other methods specific to Lazarus }
function GetPathFromNode(ANode: TTreeNode): string;
function GetSelectedNodePath: string;
function GetSelectedNodePath: string; deprecated 'Use property Path instead';
procedure Refresh(ANode: TTreeNode); overload;
{ Properties }