Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the declaration of the MainWindowHook function in TB2Toolbar.pas #116

Open
zedxxx opened this issue Feb 27, 2024 · 0 comments
Open

Fix the declaration of the MainWindowHook function in TB2Toolbar.pas #116

zedxxx opened this issue Feb 27, 2024 · 0 comments

Comments

@zedxxx
Copy link

zedxxx commented Feb 27, 2024

Now the function is declared as:

  TTBCustomToolbar = class(TTBCustomDockableWindow, ITBItems)
  private
   ...
    class function MainWindowHook(var Message: TMessage): Boolean; {$IFDEF CLR} static; {$ENDIF}

Proper declaration must be: function MainWindowHook(var Message: TMessage): Boolean;

See the documentation: TWindowHook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant