- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have a problem with calling object's properties in Fortran:
I use"AUTOGetProperty(idispatch,id,value) for getting value of object's properties.
When I use member Id in this, it works correctly but by usingargument's(property's) name does not.
For example:
status = AUTOGetProperty ($OBJECT, 23, A) This is ok. A=231
status = AUTOGetProperty ($OBJECT, '$Counter', A) This is not ok. A=0
I think thatargument's name is incorrect. but how I get the object's properties names (the properties list or property by ID)?
Regards,
Rezaei
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page