2
0

tbs0198.pp 265 B

1234567891011121314
  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. function to1.GetCaps2 : Longint;
  9. begin
  10. end;
  11. begin
  12. end.