Reference for unit 'Objects': Constants
Constant | Description |
---|---|
coIndexError | Collection list error: Index out of range |
coOverflow | Collection list error: Overflow |
DefaultTPCompatible | Default value for tstream.tpcompatible |
MaxBytes | Maximum data size (in bytes) |
MaxCollectionSize | Maximum collection size (in items) |
MaxPtrs | Maximum data size (in pointers) |
MaxReadBytes | Maximum data that can be read from a stream (not used) |
MaxTPCompatibleCollectionSize | Maximum collection size (in items, same value as in TP) |
MaxWords | Maximum data size (in words) |
RCollection | Default stream record for the TCollection object. |
RStrCollection | Default stream record for the TStrCollection object. |
RStringCollection | Default stream record for the TStringCollection object. |
RStringList | Default stream record for the TStringList object. |
RStrListMaker | Default stream record for the TStrListMaker object. |
stCreate | Stream initialization mode: Create new file |
stError | Stream error codes: Access error |
stGetError | Stream error codes: Get object error |
stInitError | Stream error codes: Initialize error |
stOk | Stream error codes: No error |
stOpen | Stream initialization mode: Read/write access |
stOpenError | Stream error codes: Error opening stream |
stOpenRead | Stream initialization mode: Read access only |
stOpenWrite | Stream initialization mode: Write access only |
stPutError | Stream error codes: Put object error |
stReadError | Stream error codes: Stream read error |
StreamError | Pointer to default stream error handler. |
stSeekError | Stream error codes: Seek error in stream |
stWriteError | Stream error codes: Stream write error |
vmtHeaderSize | Size of the VMT header in an object (not used). |