ソースを参照

* Add TDispatchMessage

Michaël Van Canneyt 1 年間 前
コミット
4af99236b0
1 ファイル変更6 行追加0 行削除
  1. 6 0
      rtl/inc/objpash.inc

+ 6 - 0
rtl/inc/objpash.inc

@@ -226,6 +226,12 @@
        RTLString = shortstring;
 
        {$endif FPC_HAS_FEATURE_ANSISTRINGS}
+       
+       // Dispatch needs a DWord as the first 4 bytes in its untyped parameter.
+       // Note that this is different from Delphi, which uses only a word.
+       TDispatchMessage = record
+         MsgID: DWord;
+       end;  
 
        TObject = class
        protected