Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is DoCreate=.T. in code from classbrowser
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00804410
Message ID:
00804417
Views:
26
This message has been marked as the solution to the initial question of the thread.
See undocumented properties for internal use here:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B136924

>When you export form code from the class browser, "DoCreate=.T." is added as property in the code.
>
>Someone know what this stand for??
>
>
>
>DEFINE CLASS frmDemo AS FORM
>
>    DOCREATE = .T.
>    CAPTION = "Demo Form"
>    NAME = "frmDemo"
>    LEFT = 60
>    TOP = 100
>
>[ form code ...]
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform