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

Reference for unit 'Objects': Types

AsciiZ

  

Filename - null terminated array of characters.

FNameStr

  

Filename - shortstring version.

LongRec

  

Record describing a longint (in Words)

PBufStream

  

Pointer to TBufStreamobject.

PByteArray

  

Pointer to TByteArray

PCharSet

  

Pointer to TCharSet.

PCollection

  

Pointer to TCollectionobject.

PDosStream

  

Pointer to TDosStreamobject.

PItemList

  

Pointer to TItemListobject.

PMemoryStream

  

Pointer to TMemoryStreamobject.

PObject

  

Pointer to TObjectobject.

PPoint

  

Pointer to TPointrecord.

PPointerArray

  

Pointer to TPointerArray

PRect

  

Pointer to TRectobject.

PResourceCollection

  

Pointer to TResourceCollectionobject.

PResourceFile

  

Pointer to TResourceFileobject.

PSortedCollection

  

Pointer to TSortedCollectionobject.

PStrCollection

  

Pointer to TStrCollectionobject.

PStream

  

Pointer type to TStream

PStreamRec

  

Pointer to TStreamRec

PStrIndex

  

Pointer to TStrIndexarray.

PString

  

Pointer to a shortstring.

PStringCollection

  

Pointer to TStringCollectionobject.

PStringList

  

Pointer to TStringListobject.

PStrListMaker

  

Pointer to TStrListMakerobject.

PtrRec

  

Record describing a pointer to a memory location.

PUnSortedStrCollection

  

Pointer to TUnsortedStrCollectionobject.

PWordArray

  

Pointer to TWordArray

Sw_Integer

  

Alias for longint

Sw_Word

  

Alias for Cardinal

TByteArray

  

Array with maxmimum allowed number of bytes.

TCharSet

  

Generic set of characters type.

TItemList

  

Pointer array type used in a TCollection

TPointerArray

  

Array with maxmimum allowed number of pointers

TStreamRec

  

Record used in streaming mechanism.

TStrIndex

  

Pointer array type used in a TStringList

TStrIndexRec

  

Record type used in a TStringListto store the strings

TWordArray

  

Array with maxmimum allowed number of words.

WordRec

  

Record describing a Word (in bytes)