Talk:TApplicationOnHelp (C++)

From RAD Studio Code Examples
Jump to: navigation, search

I'm migrating from C++ Builder 2007 to XE7 and I had to change all my OnHelp handlers to accept NativeInt instead of int for the Data parameter. The IDE said the event handler was invalid with int.

   bool __fastcall TForm1::AppHelp(Word Command, NativeInt Data, bool &CallHelp)

--Ben