Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Initial value of property.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00480604
Message ID:
00483348
Vues:
8
That was how I solved it but it seemed redundant to enter:

DEFINE CLASS xx AS Custom
MyProp = .NULL.

PROCEDURE Init
This.MyProp = NEWOBJECT('Custom')
ENDPROC

When I thought I should be able to just:

DEFINE CLASS xx AS Custom
MyProp = NEWOBJECT('Custom')
Thanx,
Bill Elvin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform