Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically creating method or event procedure
Message
De
22/02/1999 05:39:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Programmatically creating method or event procedure
Divers
Thread ID:
00189903
Message ID:
00189903
Vues:
54
How to programmatically create method or event procedure of added object?
I have form. In init event of this form I want add object and set up properties ,metods and events of this object.
For example, next few lines create command button and set up caption and cancel properties.

THISFORM.ADDOBJECT("cmdCancelBtn",'commandbutton")
WITH THISFORM.cmdCancelBtn
.CAPTION="quit"
.CANCEL=.T.
ENDWITH

But how can I write, for example, procedure for CLICK event?

Thanks

Maros Klempa
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform