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