Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DEFINE CLASS Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00630966
Message ID:
00631011
Vues:
22
Hi Kevin,

You have to use the new _COMATTRIB array. Please, see the example bellow:
DEFINE CLASS MySession as Session olepublic

  MyValue = 0

  DIMENSION MyValue_COMATTRIB[4]
  MyValue_COMATTRIB[1] = 0
  MyValue_COMATTRIB[2] = "This is a property"
  MyValue_COMATTRIB[3] = "MyValue"
  MyValue_COMATTRIB[4] = "Integer"

ENDDEFINE
HTH
-----
Fabio Vazquez
http://www.fabiovazquez.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform