[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Returns the type of the next value in the stream.
Source position: classesh.inc line 829
public function TAbstractObjectReader.NextValue: TValueType; virtual; abstract; |
This function should return the type of the next value in the stream, but should not read it, i.e. the stream position should not be altered by this method. This is used to 'peek' in the stream what value is next.
|
Reads the type of the next value. |
No notes exist for this page yet.