[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Return the type of the next value.
Source position: classesh.inc line 872
public function TBinaryObjectReader.NextValue: TValueType; override; |
NextValue returns the type of the next value in a binary stream, but does not read the value.
This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader
No notes exist for this page yet.