tbs0198.pp 220 B

12345678910
  1. {$mode objfpc}
  2. type
  3. to1 = class
  4. function GetCaps1 : Longint;virtual;abstract;
  5. function GetCaps2 : Longint;virtual;stdcall;
  6. function GetCaps : Longint;virtual;stdcall;abstract;
  7. end;
  8. begin
  9. end.