Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Eventbinding to a property
Message
From
05/02/2016 04:46:42
 
 
To
05/02/2016 01:21:18
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8.1
Network:
SAMBA Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01630781
Message ID:
01630908
Views:
54
Hi Lutz
Since intercepting the object concerned by the bindevent():
*--- aevent create an array aEvents
N=Aevents( myArray, 0) &&returns the number of rows in the specified array. Typically, the number represents the number of event bindings.

*--- reference the calling object
loObject = myArray[1]
you can list any property of that object explicitly or use Amembers()
this last places the names of properties, procedures, and member objects for an object into a variable array.

Regards
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform