It seems me that is done in the following way:

procedure TQtMemoStrings.IsChanged;
begin
 if Assigned((FOwner as TCustomMemo).OnChange) then
 begin
   (FOwner as TCustomMemo).Modified := False;
   (FOwner as TCustomMemo).OnChange(self);
 end;
end;

But I agree not to change that, because Qtwidgetset should work the
same as Gtkwidgetset,  etc., although be an error.

2006/10/1, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>:
On 10/1/06, Marc Weustink <[EMAIL PROTECTED]> wrote:
> Delphi send an onclick if the selction changes by a user event.

Is there a reason why this is like that}

> AFAIK, a OnSelectionChange is sent always.

So how can our widgetset tell LCL only to send a OnSelectionChange
event and *not* a OnClick}

--
Felipe Monteiro de Carvalho

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives



--
http://luisdigital.com

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to