RAD Studio VCL Reference
|
Read block of characters.
function ReadBlock(const Buffer: TCharArray; Index: Integer; Count: Integer): Integer; virtual; abstract;
virtual __fastcall int ReadBlock(const TCharArray Buffer, int Index, int Count) = 0;
ReadBlock reads a block of at most Count characters to Buffer, starting at Index.
This method is functionally identical to the Microsoft .NET method TextReader.ReadBlock.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|