Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

format painter in delphi 6

Status
Not open for further replies.

futzy12

Technical User
Apr 17, 2007
1
US
i'm new to delphi 6. switching over from access.
how do i copy the properties from one field, to multiple fields in a form. similar to the "format painter" in access.
for instance: i want to copy the bevel, fill color, font size & style to other fields without having to change them in object inspector.
i'm sure there's gotta b some easier way of doing it.
any help would b greatly appreciated.
 
You can select multiple objects that have a common descendant by holding down the Shift key while you select them. Then only properties that they all have will be shown in the Object Inspector, and changing one will change the property in all selected objects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top