Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Property of an object
Message
From
31/07/2001 09:47:06
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00537719
Message ID:
00537725
Views:
22
>Hi!
>
>No. You can define property TextBox, than add object TextBox. Property will return value when Accessing TextBox as object will work with object. Than in the textBox_Assign method you define what to return from TextBox object. But this is with use of the parent container only...
>
>>Hi all,
>>
>>Is there a way to assign a default property to an object in VFP? In VB, this is possible:
Form.Textbox = Form.Textbox.Text
>>
>>Thanks,

I probably mistated my question. In VB you can get the value of the default property of an object without bothering to use the property name:

Example:
dim x as string

' any of the following line of codes is valid
set x = Form.Textbox   
set x = Form.Textbox.Text 

' both will return the value of the default property which is .Text
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform