Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DEFINE CLASS Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00630966
Message ID:
00631011
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform