Set of built-in function categories
Source position: fpexprpars.pp line 560
type TBuiltInCategories = set of ( |
||
bcStrings, |
|
String manipulation functions category |
bcDateTime, |
|
Date and time functions category |
bcMath, |
|
Mathematical functions category |
bcBoolean, |
|
Boolean functions category |
bcConversion, |
|
Type conversion functions category |
bcData, |
|
Data manipulation functions category |
bcVaria, |
|
Miscellaneous functions category |
bcUser, |
|
User-defined functions category |
bcAggregate |
|
Aggregate functions category |
); |
This set type allows for specifying collections of TBuiltInCategory values. It is used to define which categories of built-in functions should be enabled or available in specific contexts.