Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding properties to pageframe pages design time
Message
De
20/09/1999 14:55:39
 
 
À
20/09/1999 08:47:38
Wim Dieke
Tranquility Bv
Almere, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00266654
Message ID:
00266846
Vues:
23
Hi Wim,

>I have subclassed a pageframe. Now i would like to add a property to all pages. Is this possible in VFP 5?

You could add them at runtime using the pages[] prop and the AddProperty() Method
for lnX = 1 to alen(.pages, 1)
	.pages[lnX].AddProperty(...)
endfor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform