exit and Destructors

From RAD Studio
Jump to: navigation, search

Go Up to Destructors Index


When you call exit from within a program, destructors are not called for any local variables in the current scope. Global variables are destroyed in their normal order.

See Also