2008 Feb 23 7:10 PM
Hi...
CLASS lcl_event_receiver DEFINITION DEFERRED.
what the above declaration means...?
What the deferred keyword does?
Regards
Sandeep Reddy
2008 Feb 23 7:27 PM
Hi...
CLASS lcl_event_receiver DEFINITION DEFERRED.
what the above declaration means...?
What the deferred keyword does?
Regards
Sandeep Reddy
2008 Feb 23 7:27 PM
2008 Feb 24 8:55 PM
It means "load all the definition of the class lcl_event_receiver". After this statement, you can then access methods and attributes of lcl_event_receiver, even though it may be defined considerably later in the class.
matt
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |