Should have checked there first. Thanks Myles!
----- Original Message -----
Sent: Monday, November 13, 2000 10:28 AM
Subject: RE: [DUG]: runtime packages.

There is a demo about runtime packages includes in the demos directory - this shows most of the techniques you need to know about.
Myles.
 
-----Original Message-----
From: Matthew Comb [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 13, 2000 12:31 PM
To: Multiple recipients of list delphi
Subject: [DUG]: runtime packages.

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