[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Initialize - calls inherited Initialize, then initialises widget set, loads icons from Laz resources and updates screen
Source position: forms.pp line 1320
public procedure TApplication.Initialize; override; |
Finds the appropriate widget set, reads the application's icon (if any) from the Lazarus Resource file, initialises the screen, and leaves it ready for processing.
lazarus-ccr.sourceforge.net |