Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 77873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:53:55+00:00 2026-05-10T20:53:55+00:00

A.Event1 := nil; A.Event2 := nil; try … finally A.Event1 := MyEvent1; A.Event2 :=

  • 0
A.Event1 := nil; A.Event2 := nil; try   ... finally   A.Event1 := MyEvent1;   A.Event2 := MyEvent2; end; 

Can something go wrong with it?

EDIT:

I’ve accepted Barry’s answer because it answered exactly what I asked, but Vegar’s answer is also correct depending on the scenario, sadly I can’t accept both.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:53:55+00:00Added an answer on May 10, 2026 at 8:53 pm

    It entirely depends on what happens in the bit of code marked ‘…’. If it e.g. starts up a background thread and tries to invoke Event1 or Event2 after execution has continued into the finally block, you may get unexpected results.

    If the code is entirely single-threaded, then yes, neither Event1 nor Event2 should be triggered while the code is between the try and finally.

    However, that does assume that Event1 and Event2 properties (all Delphi events are properties of a method pointer type) do not do unusual things in their setters. A pathologically malicious event setter could squirrel away a method pointer, and still be able to invoke it, even after you later call the setter with ‘nil’ as the value.

    But that would be highly unusual behaviour.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .Net object (in C#) which has properties named event1, event2 and
I am trying something very simple but somehow I can't get it to work.
I can open a Terminal tab using the following AppleScript: tell application Terminal set
This is probably a silly question but I can't seem to find an answer.
I am using presentModalViewController to try and display a UIView on top of some
What I'm trying to do I'm trying to add edit-in-place functionality to the Connection
lets say i have the following relationship: class Event < ActiveRecord::Base has_many :tickets end
I try to read and write data from/to Socket with NSStream. Here is my
I have an application that works well in iOS 5, but when I try
According to documentation, I try to subclass NSTextStorage and use it in text view:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.