Locating Event Handlers

From RAD Studio
Jump to: navigation, search

Go Up to Working with Events and Event Handlers

If you generated a default event handler for a component by double-clicking it in the Form Designer, you can locate that event handler in the same way. Double-click the component, and the Code Editor opens with the cursor at the beginning of the event-handler body.

To locate an event handler that is not the default

  1. In the form, select the component whose event handler you want to locate.
  2. In the Object Inspector, click the Events tab.
  3. Select the event whose handler you want to view, and then double-click in the Value column for that event. The Code Editor opens with the cursor inside the skeleton event-handler.

See Also