On Sunday 22 November 2009 15:05, Hans-Peter Diettrich wrote: > zeljko schrieb: > > Is there any way to catch when some form changed it's title text ? > > I want to catch such changes inside main form. > > Is it possible via LCL ? > > You can override RealSetText in your forms, and do there whatever is > required. From there you can notify your main form directly, or you can > trigger a new OnCaptionChanged event, for which your main form can > provide an event handler.
As I mentioned in my previous posts: I don't want to touch forms code, only main form code can be touched.So it seem that such thing isn't possible in lcl. zeljko -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
