|
-
Jul 25th, 2008, 04:51 AM
#1
Thread Starter
Lively Member
How to implement trigger (like content change) on an array
For example, I setup an array,
I need to raise an event or call a function automatically when any element of an array is changed. How can I do this?
-
Jul 25th, 2008, 05:25 AM
#2
Re: How to implement trigger (like content change) on an array
There is no direct way for this. Create two properties that Add/Remove array elements and raise an event while doing so. Trap this event and do the needed stuff.
-
Jul 25th, 2008, 05:44 AM
#3
Thread Starter
Lively Member
Re: How to implement trigger (like content change) on an array
How to raise an event manually?
I just know adding stuff in system event .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|