I have made a simple component which inherits from TEdit.
I have add a published property that I can access with setvalue and
getvalue. I have put a showmessage in the getvalue fonction.
When I am in the IDE when I move the component getvalue is called, whem I
resize the object inspector getvalue is called.
Why Delphi call so often getvalue ? There is no code call in the set and
get
property only the showmessage.
How Delphi manage Get calling when you are in designtime ?