help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TAbstractObjectReader.ReadString

Read a string of type StringType from the stream.

Declaration

Source position: classesh.inc line 851

public function TAbstractObjectReader.ReadString(

  StringType: TValueType

):String; virtual; abstract;

Description

ReadStr is called by the streaming system if it expects to read a string from the stream (i.e. after ReadValue returned a valuetype of vaLString,vaWstring or vaString). The return value is the string.

See also

TAbstractObjectReader.ReadFloat

  

Read a float value from the stream.

TAbstractObjectReader.ReadDate

  

Read a date value from the stream.

TAbstractObjectReader.ReadSingle

  

Read a single (real-type) value from the stream.

TAbstractObjectReader.ReadIdent

  

Read an identifier from the stream.

TAbstractObjectReader.ReadInt8

  

Read an 8-bit integer from the stream.

TAbstractObjectReader.ReadInt16

  

Read a 16-bit integer from the stream.

TAbstractObjectReader.ReadInt32

  

Read a 32-bit integer from the stream.

TAbstractObjectReader.ReadInt64

  

Read a 64-bit integer from the stream.

TabstractObjectReader.ReadSet

  

Reads a set from the stream.

TabstractObjectReader.ReadStr

  

Read a shortstring from the stream

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505