Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Using the Object Inspector

For modifications that must be or can be done to properties before the application is run, use the object inspector. Many of the appearance and preferential settings are more easily adjusted in this fashion. This development is usually referred to as “Design Time”. However, some operations, such as data structure creation, cannot be performed with the Object Inspector. Such operations must be implemented with actual code, and are usually referred to as “Run time”.

TOCIndex