[Lazarus] Application.OnShowHint problem
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Sun Mar 30 11:09:31 CEST 2014
On 2014-03-30 04:45, Frank Poretzky wrote:
>
> | procedure TFormTest.DoAppOnShowHint( var HintStr: String;
> | var CanShow: Boolean;
> | var HintInfo: THintInfo);
> | begin
> | CanShow := true;
> | HintStr := HintStr + ' - Modified';
> | end;
Does the DoAppOnShowHint() actually execute? If you set a breakpoint in
that method, does it get triggered?
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
More information about the Lazarus
mailing list