Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mixed case for PRG classes?
Message
 
 
To
08/06/2004 07:29:04
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00911072
Message ID:
00911078
Views:
44
This message has been marked as the solution to the initial question of the thread.
>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'  
   myCancel = .T.  
   myLeft = 125  
   myTop = 210  
   _MemberData = [<?xml version="1.0" encoding="Windows-1252" standalone="yes"?>] + ;
		[<VFPData><memberdata name="mycaption" type="property" display="myCaption" favorites="True"/></VFPData>]
ENDDEFINE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform