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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to