Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any sustitute for Nothing or nil?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Any sustitute for Nothing or nil?
Divers
Thread ID:
00540464
Message ID:
00540464
Vues:
63
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform