Board index » delphi » Changed properties in Object Inspector

Changed properties in Object Inspector


2003-12-01 09:49:44 PM
delphi197
Hi there
I want to know how does Object Inspector recognize if a property has a value
different from the value set in the ancestor form / frame / data module so
it makes it bold. I was looking for a good RTTI function but didn't find
anything.
10x in advance
Lubo
 
 

Re:Changed properties in Object Inspector

Lubo Ice writes:
Quote
I want to know how does Object Inspector recognize if a property has a value
different from the value set in the ancestor form / frame / data module so
it makes it bold. I was looking for a good RTTI function but didn't find
Try Classes.IsDefaultPropertyValue.
Erik