Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object default values
Message
From
01/07/2010 11:07:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01471185
Message ID:
01471194
Views:
63
>>Hi
>>
>>How do I set a form objects properties back to their default value? The object is based on a class I have created. I want to set the top and left position back to the default position as defined in the class from within my code.
>>
>>TIA
>
>There is ResetToDefault method that resets properties.
>
>
>
>thisform.CheckBox.ResetToDefault("Left")
>
>I recently wrote a program to reset certain properties of my objects to their default values (to reset them in Design time). This method works both in run-time and you can run it to reset design-time properties as well.


Thanks, that works. Is there a way to know what the default value of a property is (vs. the current value) in runtime ? i.e. to know what the ResetToDefault() will do?
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform