Internet Direct (Indy)
Home
PreviousUpNext
TIdStreamHelperNET.ReadBytes Method
Pascal
class function ReadBytes(
    AStream: TIdStream; 
    var VBytes: TIdBytes; 
    ACount: Integer = -1; 
    AOffset: Integer = 0
): Integer; static;
Parameters 
Description 
AStream 
Type is TIdStream.
 
VBytes 
Scope is var. Type is TIdBytes.
 
ACount 
Type is Integer. Default value is -1.
 
AOffset 
Type is Integer. Default value is 0. 

Integer

ReadBytes is a class method.

Topic generated.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.