tb0196.pp 366 B

1234567891011
  1. { Old file: tbs0232.pp }
  2. { const. procedure variables need a special syntax if they use calling specification modifiers }
  3. const
  4. p1 : procedure;stdcall=nil; { <----- this doesn't what you expect !!!!}
  5. p2 : procedure stdcall=nil; { so delphi supports also this way of }
  6. { declaration }
  7. begin
  8. end.