March 2000
Intermediate to advanced
576 pages
18h 13m
English
SetRaiseList Function
procedure SetRaiseList(RaiseList: Pointer);
SetRaiseList
sets the pointer to the exception list
that RaiseList returns. See the
RaiseList function for the format of the raise
list data.
SetRaiseList is a real procedure.
Each thread maintains its own raise list.
There is rarely any reason to call this function. Delphi automatically creates the raise list when an exception is raised.
| Raise Keyword, RaiseList Function |
Read now
Unlock full access