Just include the pfgPalmInf.pas unit in your unit, and you'll have access to the pfgPalmInf.pas.
In general with cases like this, both in my project and in other projects (as well as the Delphi VCL itself), I find the easiest way to find out where something is located is to use the trust old search functionality, either through Windows or the Delphi IDE. It lets me quickly track down in what unit a paritcular definition is.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I look through the documentation and found the TpfgPalmSystemInfo documented. It said there should be a PalmInfo declared as a global variable.
But I cannot get it to work. Delphi seems not to find it. Any ideas?
Is there any other way then this to get the HotSyncUsername?
Just include the pfgPalmInf.pas unit in your unit, and you'll have access to the pfgPalmInf.pas.
In general with cases like this, both in my project and in other projects (as well as the Delphi VCL itself), I find the easiest way to find out where something is located is to use the trust old search functionality, either through Windows or the Delphi IDE. It lets me quickly track down in what unit a paritcular definition is.
Sorry, that should be "have access to the PalmInfo global object" :)