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

Did you try NULL?
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform