Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Initial value of property.
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00480604
Message ID:
00483348
Views:
7
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
Previous
Reply
Map
View

Click here to load this message in the networking platform