|
XObjects were used to add functionality to Director prior to version 5. Backward compatibility, however,
means that these objects will still work happily in later versions. Unusually, both objects were developed
using Delphi. Both are also free to use.
INIObj
: with the INI XObject you can read and write
Integers, Strings and Booleans to Windows INI files - use this to solve
all sorts of configuration problems. You could even use it to build a mini
database. Freeware. Comes with a tutorial.
|
InstallObj
: with the Install XObject you can read, write
and decompress files, get system drive and folder information, read and
write to Windows INI files, create Program Manager groups and icons. Perfect
for writing installers in Director. Shareware.
|
|