BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Is this early or late binding?

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi OLE Automation
View previous topic :: View next topic  
Author Message
Eddie Shipman
Guest





PostPosted: Fri Jun 27, 2003 3:15 pm    Post subject: Is this early or late binding? Reply with quote



var
XMLHTTP: IServerXMLHTTPRequest;
XMLDoc : IXMLDOMDocument;
begin
XMLDoc := CreateOleObject('MSXML2.DOMDocument') as IXMLDOMDocument;
XMLHTTP := CreateOleObject('MSXML2.ServerXMLHTTP') as IServerXMLHTTPRequest;
try
// do whatever...
finally
XMLHTTP := nil;
XMLDoc := nil;
end;
end;

If late, how can I do it using Early binding?

Back to top
John Carlyle-Clarke
Guest





PostPosted: Tue Jul 01, 2003 8:36 am    Post subject: Re: Is this early or late binding? Reply with quote



Eddie Shipman <eshipman_remove_the_word_fly (AT) flyaustin (DOT) rr.com> wrote
in news:MPG.19661b6cb88a0f54989b14 (AT) forums (DOT) borland.com:

Quote:
var
XMLHTTP: IServerXMLHTTPRequest;
XMLDoc : IXMLDOMDocument;
begin
XMLDoc := CreateOleObject('MSXML2.DOMDocument') as
IXMLDOMDocument; XMLHTTP :=
CreateOleObject('MSXML2.ServerXMLHTTP') as
IServerXMLHTTPRequest; try
// do whatever...
finally
XMLHTTP := nil;
XMLDoc := nil;
end;
end;

If late, how can I do it using Early binding?


It certainly looks like Early Binding to me...


Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi OLE Automation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.