[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
|
Used to calculate the size of a bits array |
|
|
Duplicate values can be added to the list. |
|
|
If an attempt is made to add a duplicate value to the list, an EStringListError exception is raised. |
|
|
Duplicate values will not be added to the list, but no error will be triggered. |
|
|
Constant that is found at the start of a binary stream containing a streamed component. |
|
|
TFileStream.Create creates a new file if needed. |
|
|
TFileStream.Create opens a file with read-only access. |
|
|
TFileStream.Create opens a file with read-write access. |
|
|
TFileStream.Create opens a file with write-only access. |
|
|
Bitmask with all bits on. |
|
|
Maximum number of bits in TBits collection. |
|
|
Maximum number of bit records in TBits. |
|
|
Maximum number of elemens in list. |
|
|
Indicates ALT key in a keyboard shortcut. |
|
|
indicates CTRL key in a keyboard shortcut. |
|
|
Indicates no special key is presed in a keyboard shortcut. |
|
|
Indicates Shift key in a keyboard shortcut. |
|
|
Observed interface GUID as a string |
|
|
Observer interface GUID as a string |
|
|
Seek starts relative to the stream origin. |
|
|
Seek starts relative to the current position in the stream. |
|
|
Seek starts relative to the stream end. |
|
|
Value returned by TParser.Token when the end of the input stream was reached. |
|
|
Value returned by TParser.Token when a floating point value was found in the input stream. |
|
|
Value returned by TParser.Token when an integer was found in the input stream. |
|
|
Value returned by TParser.Token when a string was found in the input stream. |
|
|
Value returned by TParser.Token when a symbol was found in the input stream. |
|
|
Value returned by TParser.Token when a widestring was found in the input stream. |