Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New RaiseEvent command
Message
From
04/10/2002 11:12:34
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00706612
Message ID:
00707768
Views:
30
I would not expect so, the helpfile says not...

You can use event binding to trigger events, properties, or methods of native Visual FoxPro objects from other Visual FoxPro objects using the following functions:

BINDEVENT( )
Associates an event from a native Visual FoxPro object with the method or event of another Visual FoxPro object.

UNBINDEVENTS( )
Detaches events previously bound to Visual FoxPro objects.

RAISEEVENT( )
Raises, or triggers, events for user-defined custom methods. You can also use RAISEEVENT( ) for native events and methods.

AEVENTS( )
Retrieves information about the number of existing event bindings.

To bind events from Component Object Model (COM) objects, see Event Binding for COM Objects and EVENTHANDLER( ) Function.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform