m2 wrote:
procedure TPrimoForm.BookChanging(Sender: TObject; var AllowChange: Boolean);
begin
  if FTaskRunning then AllowChange := false;
end;

doesn't work as it does with Delphi.

Is it a normal behaviour (i.e., is the Lazarus TPageControl type
different from the Delphi one) or is it a bug?

A bug. Please report.

Micha

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

Reply via email to