Skip to content

quick Delphi program to log and display the order of window/app events

Notifications You must be signed in to change notification settings

corneliusdavid/EventOrder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventOrder

Platform

Just a quick and simple Delphi VCL program, written in Delphi XE (but compatible with ANY version of Delphi) to show the order of events when starting and closing a VCL app. It would be simple to expand this for your own use as it logs both to a file (in the OnDestroy event) and to a ListBox while visible on the screen.

Here's a quick list of the events tested in the order they appear:

--Start-Up--

  • FormCreate
  • FormShow
  • FormActivate
  • FormResize
  • FormPaint

--Close-Down--

  • FormQuery
  • FormClose
  • FormHide
  • FormDestroy

About

quick Delphi program to log and display the order of window/app events

Topics

Resources

Stars

Watchers

Forks

Languages