Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
YAQ on order on instantiation
Message
De
15/02/2008 03:20:21
 
 
À
15/02/2008 03:16:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01292806
Message ID:
01292899
Vues:
28
>>
>>
>>The init method of the container has the following code
>>that executes after default control initialization code
>>
>>for each loObject in this.objects
>>   if pemstatus(loObject,"cvl_Inited",5)
>>      if !loObject.cvl_Inited
>>         loObject.Init()
>>         loObject.cvl_Inited=.T.
>>      endif
>>   endif
>>endfor
>>
>Some optimization. :)
>
>for each loObject in this.objects
>   if pemstatus(loObject,"cvl_Inited",5) AND !loObject.cvl_Inited
>      loObject.Init()
>      loObject.cvl_Inited=.T.
>   endif
>endfor
>
Wow !
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform