Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any sustitute for Nothing or nil?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Any sustitute for Nothing or nil?
Miscellaneous
Thread ID:
00540464
Message ID:
00540464
Views:
64
Hi,

I develop a COM Server. This work similary to a Collection.
For example, in Delphi i do:

procedure Sample;
var
MiCol:ICollection;
begin
MiCol:=CoCollection.Create;
//First:Parent,Two:Filter,Tree:Sort
MiCol.Load(nil,'','')

end;

In VB i do a similary code, but with Nothing...

But in VFP?

I try with:

MiCol.Load(,'','')

or

MiCol.Load(NULL,'','')

Maybe because Parent is a interface parameter (Parent=IMyItem)...

Thanks.
The Life is Beautiful!

Programmer in
Delphi, VS.NET
MCP
Next
Reply
Map
View

Click here to load this message in the networking platform