Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mixed case for PRG classes?
Message
 
 
À
08/06/2004 07:29:04
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00911072
Message ID:
00911078
Vues:
43
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform