GetPidlName(PItemIDList) Method
In This Article
Obtains file system path for the specified PIDL.
#Declaration
Delphi
function GetPidlName(APIDL: PItemIDList): string;
#Parameters
Name | Type |
---|---|
APIDL | PItem |
#Returns
Type |
---|
string |
#Remarks
Call this function to obtain file system path of a standard shell item specified via its PIDL. To obtain the identifier (PIDL) of a shell item corresponding to the specified node you can call the GetItemAbsolutePIDL function (for the TcxCustomShellListView) or the GetNodeAbsolutePIDL function (for the TcxCustomShellTreeView class).
Note
The Get
See Also