run time

The time during which an application is running. During run time, you can interact with an application. In contrast, during design time, you create objects and modify their design.

When you are authoring Web pages, you can set properties at design time in an object's OBJECT tags in HTML. You can set properties at run time in your scripting code (for instance, VBScript).