Using Property Editors

From RAD Studio

Go Up to Setting Properties and Events

Some properties, such as Lines from a TMemo, have special property editors. Such properties appear with an ellipsis mark Error creating thumbnail: Unable to save thumbnail to destination next to their value when the property is selected in the Object Inspector.

To open the property editor for a given property, do one of the following:

Property editors let you set complex properties from a single dialog box. They provide input validation and often let you preview the results of an assignment.

For some components, double-clicking the component on the form opens the component editor. For example:

See Also