Name

SetRaiseList Function

Syntax

procedure SetRaiseList(RaiseList: Pointer);

Description

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.

Tips and Tricks

  • 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.

See Also

Raise Keyword, RaiseList Function
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset