Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mixed case for PRG classes?
Message
From
08/06/2004 08:03:51
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
08/06/2004 08:02:14
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00911072
Message ID:
00911091
Views:
35
Disregard, I typed the same format in name=myProperty, this is why didn't worked
Thanks

>Thanks
>But display is changed to upper case only.
>
>I wanted to display as typed, usually myProperty, myMethod, but mixed case.
>Not a big deal.
>
>
>>>Hi all
>>>Is this possible for user properties through IntelliSense ?
>>
>>Dorin,
>>
>>You can use _MemberData to specify how property will be displayed.
DEFINE CLASS Test AS Custom
>>   myCaption = '\<Quit'
&gt;&gt;   myCancel = .T.
&gt;&gt;   myLeft = 125
&gt;&gt;   myTop = 210
&gt;&gt;   _MemberData = [<?xml version="1.0" encoding="Windows-1252" standalone="yes"?>] + ;
>>		[<VFPData><memberdata name="mycaption" type="property" display="myCaption" favorites="True"/></VFPData>]
>>ENDDEFINE
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform