Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can PROPERTY do something when its value change....?
Message
From
28/10/2000 12:06:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Can PROPERTY do something when its value change....?
Miscellaneous
Thread ID:
00435567
Message ID:
00435567
Views:
31
Hi....

When I make my own class, for ex:
DEFINE CLASS cstBox AS custom
x1 = 0
y1 = 0
x2 = 0
y2 = 0
FUNCTION draw
< draw a box with x1,y1,x2,y2>
ENDFUNC
ENDDEF

if I want to change the size of that Box, first i'm changing the properties and call DRAW() method.
Can VFP do that, after I changes the property values withoout calling DRAW() method

thank's
Drury.Y.Lumenta
Next
Reply
Map
View

Click here to load this message in the networking platform