| systype.hfile | source file |
| Classes Summary | Functions Summary Details | Macros Summary Details | Enums Summary Details | Templates Summary Details |
This module defines the fundamental intrinsic classes, including Object, String, Collection, List, and Iterator.
AnonFuncPtr
Collection
IndexedIterator
IntrinsicClass
IntrinsicClassModifier
Iterator
List
Object
RexPattern
StackFrameDesc
StackFrameRef
String
TadsObject
HtmlifyTranslateNewlines
HtmlifyTranslateSpaces
HtmlifyTranslateTabs
HtmlifyTranslateWhitespace
PropDefAny
PropDefDirectly
PropDefGetClass
PropDefInherits
ReplaceAll
ReplaceFollowCase
ReplaceIgnoreCase
ReplaceOnce
ReplaceSerial
SortAsc
SortDesc
TypeBifPtr
TypeCode
TypeDString
TypeEnum
TypeFuncPtr
TypeInt
TypeList
TypeNativeCode
TypeNil
TypeObject
TypeProp
TypeSString
TypeTrue
HtmlifyTranslateNewlines | systype.h[898] |
0x0002translate newlines - converts each \n character to a <br> tag
HtmlifyTranslateSpaces | systype.h[895] |
0x0001translate spaces - each space in a run of multiple spaces is converted to an sequence
HtmlifyTranslateTabs | systype.h[901] |
0x0004translate tabs - converts each \t character to a <tab> tag
HtmlifyTranslateWhitespace | systype.h[909] |
(HtmlifyTranslateSpaces | HtmlifyTranslateNewlines | HtmlifyTranslateTabs)Translate all whitespace characters - translate all spaces, tabs, and newlines into their HTML equivalents: each space character becomes an '  sequence;', each '\n' character becomes a <br> tag; and each '\t' character becomes a <tab> tag.
PropDefAny | systype.h[93] |
1propDefined() flags
PropDefDirectly | systype.h[94] |
2no description available
PropDefGetClass | systype.h[96] |
4no description available
PropDefInherits | systype.h[95] |
3no description available
ReplaceAll | systype.h[916] |
0x0001Flags for String.findReplace
ReplaceFollowCase | systype.h[918] |
0x0004no description available
ReplaceIgnoreCase | systype.h[917] |
0x0002no description available
ReplaceOnce | systype.h[920] |
0x0010no description available
ReplaceSerial | systype.h[919] |
0x0008no description available
SortAsc | systype.h[1187] |
nilSorting order flags. These can be passed in as the first argument to List.sort() (and Vector.sort() as well) to make the meaning of the argument clearer.
SortDesc | systype.h[1188] |
trueno description available
TypeBifPtr | systype.h[30] |
16no description available
TypeCode | systype.h[26] |
11no description available
TypeDString | systype.h[24] |
9no description available
TypeEnum | systype.h[29] |
15no description available
TypeFuncPtr | systype.h[27] |
12no description available
TypeInt | systype.h[22] |
7no description available
TypeList | systype.h[25] |
10no description available
TypeNativeCode | systype.h[28] |
14no description available
TypeNil | systype.h[18] |
1TADS datatype codes. These values are returned by propType(), etc.
TypeObject | systype.h[20] |
5no description available
TypeProp | systype.h[21] |
6no description available
TypeSString | systype.h[23] |
8no description available
TypeTrue | systype.h[19] |
2no description available
(none)
Generated on 5/16/2013 from TADS version 3.1.3