Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Strong Type a Method in Visual Custom Class?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Title:
How to Strong Type a Method in Visual Custom Class?
Miscellaneous
Thread ID:
00788189
Message ID:
00788189
Views:
48
In order to call a VFP method from .NET I believe I have to define it as follows:
DEFINE CLASS TEST AS Custom
FUNCTION MyMethod AS STRING
RETURN "Hello .NET"
ENDFUNC
ENDDEFINE

When defining the above method via a Visual "Custom" class, how do I include the "AS STRING" statement above.
Next
Reply
Map
View

Click here to load this message in the networking platform