Greetings List,

I'm trying to examine MBX variables from within Delphi.

In the MIL archives there's a few examples on how to do this in VisBasic,
however I'm having problems converting the syntax to work in Delphi.

If anyone could help that would be great!

Here's what I got so far (not much):
------------------------------------------------------
Var
   oMI, oMBX : variant;

Begin
   oMI := getActiveOLEobject('MapInfo.Application');
   oMBX := oMI.MBApplications;

   //Now I need to check for the presence of and
   //somehow connect to "MyApp.MBX"

   //And then I would like to see variable "TheMBXvariable"
end;
------------------------------------------------------

Also if anyone knows of any reference material that explains methods and
properties encapsulated in the "MBApplications" object (with a Delphi
flavour) I would be happy to hear from you too.

Thanks,

Peter Zyczynski
Analyst Programmer
Landfile Consultancy
Australia
Ph: (03) 6244-7344
email: [EMAIL PROTECTED]




_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to