[Lazarus] Application.OnShowHint problem

Frank Poretzky poretzky at nym.mixmin.net
Sun Mar 30 17:21:43 CEST 2014


Hi Graeme,

on Sun, 30 Mar 2014 10:09:31 +0100, you wrote:

>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?

No, it doesn't, which exactly is my problem.

Frank




More information about the Lazarus mailing list