Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass parms to custoom classes?
Message
De
07/12/2001 13:53:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00591313
Message ID:
00591338
Vues:
21
Real quick, Here is an example that works (put it all in one .prg):

oTest = createobject("test")
lovalue=otest.mymethod(1,'testvalue')
? lovalue


DEFINE CLASS test AS custom OLEPUBLIC
PROTECTED myprop
FUNCTION mymethod (parm1 AS integer @, parm2 AS string) ;
AS integer
parm1=parm1+parm1
RETURN parm1
ENDFUNC
ENDDEFINE


HOpe it helps,
Tracy
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform