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.
DoDi -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
