Definition: We work with forms and controls, set their properties, and write code for their events at design time, which is any time we're building an application in the Delphi's IDE.
Design-time is when you use the IDE to design your application, using the form, the Object Inspector, Component palette, Code editor, and so forth; as opposed to run-time, when the application you design is actually running.

