RAD Studio VCL Reference
ContentsIndex
TReader Methods Public Methods
Public Methods
 
Name 
Description 
 
Starts a block of commands that read components that might contain references to other components. 
 
Checks that the next value to be read from the stream is of a specified type. 
 
Copies data while reading components. 
 
Defines binary data the reader object reads as if the data were a published property. 
 
Defines data the reader object reads as if it were a published property. 
 
Indicates the end of a group of items that are sequentially read from the stream. 
 
Terminates a block of code that reads components from the reader object's stream that might contain references to each other. 
 
Resolves references when streaming properties that are represented by another component. 
 
Synchronizes the reader's buffer with its stream's buffer. 
 
Returns the type of the next item in the reader object's stream without moving the position of the stream. 
 
Read 
Reads data from the associated stream. 
 
Reads a boolean from the reader object's stream and returns that boolean value. 
 
Reads a character from the reader object's stream and returns that character value. 
 
Reads a collection from the reader object's stream and returns that character value. 
 
Reads the component specified by Instance from the stream and returns the component. 
 
Reads a list of owned components from the reader object's associated stream. 
 
Reads a Currency value from the reader object's stream and returns its value. 
 
Reads a TDateTime value from the reader object's stream and returns its value. 
 
Reads a double type floating point number from the reader object's stream and returns its value. 
 
Reads a floating-point number from the reader object's stream and returns its value. 
 
Reads an identifier from the reader object's stream and returns the identifier. 
 
Reads an 64-bit integer from the reader object's stream and returns its value. 
 
Reads an integer-type number from the reader object's stream and returns its value. 
 
Reads a start-of-list marker from the reader object's associated stream. 
 
Reads an end-of-list marker from the reader object's associated stream. 
 
Reads preliminary information concerning form inheritance for a component. 
 
Reads a component and all its owned components from the reader object's stream. 
 
Reads the filer signature from the reader object's associated stream. 
 
Reads a float value from the reader object's stream and returns its value. 
 
Reads one character from the reader object's stream and returns its contents. 
 
Reads a tagged string value written by WriteString from the reader object's stream and returns its contents. 
 
Reads the type of the next item on the reader object's stream and returns with the stream positioned after the value-type indicator. 
 
Reads a Variant value from the reader object's stream and returns its value. 
 
Reads a wide character from the reader object's stream and returns that character value. 
 
Reads a tagged wide string value from the reader object's stream and returns its contents. 
 
Skips the next value read from the stream. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.