[Overview][Constants][Types][Classes][Index] Reference for unit 'Classes' (#rtl)

Reference for unit 'Classes': Constants

BaseGUIDObserved

BaseGUIDObserver

dupAccept

  

Duplicate values can be added to the list.

dupError

  

If an attempt is made to add a duplicate value to the list, an EStringListError exception is raised.

dupIgnore

  

Duplicate values will not be be added to the list, but no error will be triggered.

FilerSignature

  

Constant that is found at the start of a binary stream containing a streamed component.

fmCreate

  

TFileStream.Create creates a new file if needed.

fmOpenRead

  

TFileStream.Create opens a file with read-only access.

fmOpenReadWrite

  

TFileStream.Create opens a file with read-write access.

fmOpenWrite

  

TFileStream.Create opens a file with write-only access.

GUIDObserved

GUIDObserver

MaxListSize

  

Maximum number of elemens in list.

scAlt

  

Indicates ALT key in a keyboard shortcut.

scCtrl

  

indicates CTRL key in a keyboard shortcut.

scNone

  

Indicates no special key is presed in a keyboard shortcut.

scShift

  

Indicates Shift key in a keyboard shortcut.

SGUIDObserved

SGUIDObserver

soFromBeginning

  

Seek starts relative to the stream origin.

soFromCurrent

  

Seek starts relative to the current position in the stream.

soFromEnd

  

Seek starts relative to the stream end.

toEOF

  

Value returned by TParser.Token when the end of the input stream was reached.

toFloat

  

Value returned by TParser.Token when a floating point value was found in the input stream.

toInteger

  

Value returned by TParser.Token when an integer was found in the input stream.

toString

  

Value returned by TParser.Token when a string was found in the input stream.

toSymbol

  

Value returned by TParser.Token when a symbol was found in the input stream.

toWString

  

Value returned by TParser.Token when a widestring was found in the input stream.


Documentation generated on: Nov 07 2012