mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 12:20:32 +02:00
TShellTreeView: deprecate function GetSelectedNodePath, since it is redundant.
git-svn-id: branches/fixes_1_4@48374 -
This commit is contained in:
parent
1ae7f12cdf
commit
a007ef496f
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user