Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Using code

To make changes while an application is running (in response to an event, for example), it is necessary to write actual code that modifies a property. Choose the Events tab in the Object Inspector to see all of the events associated with a component. Double-click those events to enter the event-handling code for each. Examples on how to code property changes are in ensuing sections of the User Guide.

TOCIndex