Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing property of Class
Message
From
08/09/2001 08:35:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/09/2001 08:12:48
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00554263
Message ID:
00554270
Views:
10
>How can I change property (my added) of class from form of that class from some method?
>I have tried with command THIS but I didn't work (also I need explain of that command).

this refers to object itself. It would be a full reference to object that has property first :

this.myProperty && Directly object's property
thisform.myProperty && Form property
this.Parent.myProperty && Object's parent object's property
thisform.myContainer.myObject.myproperty

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform