Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ %norun }
{$mode macpas}
{$calling mwpascal}
unit tw11254;
interface
procedure Iterate( function theCallback( theDataPtr: Pointer): Integer);
implementation
procedure Iterate( function theCallback( theDataPtr: Pointer): Integer); begin end;
end.