dynamicArrayedCollection | Base Class Library | event |
An instance of EntryCallback stores an entry-point which can be called later. In effect it wraps the block of code for an entry-point inside an object which you can store or pass to other objects.
Send the "invoke" message to an EntryCallback instance to execute the method stored inside it.
The maximum message length is 30 characters.
Include this entry in the Class-Control paragraph of any program using this class.
entryCallback is class "entrycll"
The list below does not include methods inherited from Base. For these methods, click the button below:
active | Returning bool |
addDependent | Using aDependent |
changed | Using aFourByteParameter |
deleted | Using aFourByteParameter |
description | Returning lnkMessage |
equal | Using lnkCallback Returning lnkBool |
finalize | Returning anObject |
getDependents | Returning lnkDependents |
getMessage | Returning lnkMessage |
getParameter | Using n Returning anObject |
invoke | Using anarg1 anarg2 anarg3 anarg4 anarg5 anarg6 anarg7 anarg8 anarg9 anarg10notallowed Returning blockeval |
removeDependencies | |
removeDependent | Using lnkDependent |