API:Datasnap.DSTCPServerTransport.TDSTCPChannel.Write
Delphi
function Write(const Buffer: TArray<Byte>; const Offset: Integer; const Count: Integer): Integer; override;
C++
virtual int __fastcall Write(const System::DynamicArray<System::Byte> Buffer, const int Offset, const int Count);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DSTCPServerTransport.pas Datasnap.DSTCPServerTransport.hpp |
Datasnap.DSTCPServerTransport | TDSTCPChannel |
Description
Sends bytes into the communication layer.
Datasnap.DSTCPServerTransport.TDSTCPChannel.Write inherits from Data.DBXTransport.TDbxChannel.Write. All content below this line refers to Data.DBXTransport.TDbxChannel.Write.
Sends bytes into the communication layer.
Write sends bytes into the communication layer.