Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private Vars Declared in Init Scope
Message
From
16/12/2003 11:21:24
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
16/12/2003 10:55:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00859506
Message ID:
00859525
Views:
19
PUBLIC xform
xform=CREATEOBJECT("myform")
xform.show 
DEFINE CLASS myform as Form 
   xnumber=22
   PROCEDURE init
      priv xnumber2
      xnumber2=33
   ENDPROC 
ENDDEFINE    
xnumber is a property not a variable and valid in all life of form. and xnumber2 is only a variable. dead with end of init.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform