SFTP ondata event problem
Posted: Thu 27 Oct 2011 16:02
I am on delphi XE with the last version 3 update and when I add a ondata event
It creates this:
procedure sftpData(Sender: TObject; const FileName: string; const Handle,
Buffer: TArray; Offset, Count: Integer; EOF: Boolean);
Delphi XE does not like the Tarray
Any ideas on why it's doing this when I add the event?
It creates this:
procedure sftpData(Sender: TObject; const FileName: string; const Handle,
Buffer: TArray; Offset, Count: Integer; EOF: Boolean);
Delphi XE does not like the Tarray
Any ideas on why it's doing this when I add the event?