Hi people, just playing around with runtime packages.. I can only find the following under help.
 
with OpenDialog1 do
 
  if Execute then
    with PackageList.Items do
      AddObject(FileName, Pointer(LoadPackage(Filename)));
 
Once past here how do you access the objects within the package?
 
Matt.

Reply via email to