Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom property, methods in VB????
Message
From
31/01/2000 11:58:47
Annie Joy Araneta
S2S Software Solutions, Inc.
Manila, Philippines
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Custom property, methods in VB????
Miscellaneous
Thread ID:
00325073
Message ID:
00325073
Views:
38
In VFP, we can create custom property and methods for specific form use only. So, I can have code like this:

*Assign value to custom property. This property will be available in the entire module which serves as a variable.
Form1.MyCustomProperty1 = 10000
*Call the form's custom method. This method will be available within the module only which serves as a procedure.
Form1.MyCustomMethod()
Can we do it in VB???
Next
Reply
Map
View

Click here to load this message in the networking platform