mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 12:00:18 +02:00
TShellTreeView: deprecate function GetSelectedNodePath, since it's redundant.
git-svn-id: trunk@48302 -
This commit is contained in:
parent
53911c79b5
commit
e3541a5e4e
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user