Navigation: Code Documentation > RSCommon > GStreams > Enumerations
TStreamTokenType Enumeration
Defines the types of tokens that can be read from or written to a stream
Namespace: GStreams
Delphi
type TStreamTokenType = ( sttNone, sttAtom, sttString, sttInteger, sttFloat, sttVariable );
Name
Description
sttAtom
Represents constant sttAtom.
sttFloat
Represents constant sttFloat.
sttInteger
Represents constant sttInteger.
sttNone
Represents constant sttNone.
sttString
Represents constant sttString.
sttVariable
Represents constant sttVariable.
Top
•GStreams.TStreamTokenTypes
•GStreams