While looking for the new TextHint property in Delphi docs, i found that recent Delphi implements Observer support. See:<br><br><a href="http://docwiki.embarcadero.com/Libraries/XE3/en/System.Classes.TComponent.Observers">http://docwiki.embarcadero.com/Libraries/XE3/en/System.Classes.TComponent.Observers</a><br>
<br><a href="http://docwiki.embarcadero.com/Libraries/XE2/en/System.Classes.TObservers_Methods">http://docwiki.embarcadero.com/Libraries/XE2/en/System.Classes.TObservers_Methods</a><br><br>Recently observer support was added to fpc.<br>
<br>Just wondering what path fpc will follow:<br><br>1) Ditches the current fpc implementation and implements a Delphi compatible interface<br><br>2) Time to diverge from Delphi. Keeps fpc own implementation<br><br>3) Implement both interfaces<br>
<br>Luiz<br>