systype.hfile
Classes
Summary
This module defines the fundamental intrinsic classes, including Object, String, Collection, List, and Iterator.
Summary of Classes
AnonFuncPtr
Collection
IndexedIterator
IntrinsicClass
IntrinsicClassModifier
Iterator
List
Object
RexPattern
StackFrameDesc
StackFrameRef
String
TadsObject
Summary of Global Functions
(none)
Summary of Macros
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
Summary of Enums
(none)
Summary of Templates
(none)
Global Functions
(none)
Macros
HtmlifyTranslateNewlines
0x0002
translate newlines - converts each \n character to a <br> tag
HtmlifyTranslateSpaces
0x0001
translate spaces - each space in a run of multiple spaces is converted
to an sequence
HtmlifyTranslateTabs
0x0004
translate tabs - converts each \t character to a <tab> tag
HtmlifyTranslateWhitespace
(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
1
propDefined() flags
PropDefDirectly
2
no description available
PropDefGetClass
4
no description available
PropDefInherits
3
no description available
ReplaceAll
0x0001
Flags for String.findReplace
ReplaceFollowCase
0x0004
no description available
ReplaceIgnoreCase
0x0002
no description available
ReplaceOnce
0x0010
no description available
ReplaceSerial
0x0008
no description available
SortAsc
nil
Sorting 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
true
no description available
TypeBifPtr
16
no description available
TypeCode
11
no description available
TypeDString
9
no description available
TypeEnum
15
no description available
TypeFuncPtr
12
no description available
TypeInt
7
no description available
TypeList
10
no description available
TypeNativeCode
14
no description available
TypeNil
1
TADS datatype codes. These values are returned by propType(), etc.
TypeObject
5
no description available
TypeProp
6
no description available
TypeSString
8
no description available
TypeTrue
2
no description available
Enums
(none)
Templates
(none)
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1