Delphi PIDL to String and String to PIDL functions
Delphi PIDL to String and String to PIDL conversion functions for converting a PIDL to a String that can be written in the registry for example, and for converting it back:
function StringToPIDL(PIDLStr: string): PItemIDList;
function PIDLToString(APIDL: PItemIDList): String;
Download from www.3delite.hu:
Free to use, if using it please consider buying a license for one of my (Delphi) components: www.3delite.hu - Delphi components
|