Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Autostarting objects
Message
De
21/01/2004 11:06:48
 
 
À
21/01/2004 10:46:15
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00869018
Message ID:
00869036
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
Hi Hilmar,


>An object based on a class can be created and run in two separate commands, like this:

A)
>oObject = CreateObject("SomeClass")
>oObject.Run(par1, par2)

>Or in a single command like this:

B)
oObject = CreateObject("SomeClass", par1, par2)

>I am assuming that there is a Run() method that does the actual work, and that in the second case, the Init() >method accepts the parameters, and passes them to the Run() method.

>I would like to hear some opinions, on which syntax is preferable.

A) if you call Run() other times on the object life.

B) if you call Run() only first time.

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform