Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I add code to a class ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00881982
Message ID:
00882063
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Create a PRG:

DEFINE CLASS MyPage AS Page

PropVal = SomeVal

PROCEDURE MyProc
RETURN SomeValue
ENDPROC

ENDDEFINE


Then in your pageframe:
SET PROCEDURE TO MyPrg
This.AddObject("MyPage", "MyPage")
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform