TShellTreeView: deprecate function GetSelectedNodePath, since it is redundant.

git-svn-id: branches/fixes_1_4@48374 -
This commit is contained in:
mattias 2015-03-15 11:19:49 +00:00
parent 1ae7f12cdf
commit a007ef496f

View File

@ -81,7 +81,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 }