Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie from Fox, equivalent to the VFP THIS?
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00762071
Message ID:
00762199
Views:
14
>Is there an equivalent to the VFP this? In VFP this is the object reference to the current object. For instance:
>
>this.left=100
>this.top=100
>
Within the class you can refer to its properies and methods directly, without "this":
Left = 100
Top = 100
"Me" in VB is usually used only when you need to pass the reference to this object.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform