Set of all built-in identifier categories
Source position: fpexprpars.pp line 836
const AllBuiltIns = [bcStrings, bcDateTime, bcMath, bcBoolean, bcConversion, bcData, bcVaria, bcUser, bcAggregate]; |
This constant represents the complete set of all available built-in identifier categories in the expression parser. It includes all predefined categories such as string functions, date/time operations, mathematical functions, boolean operations, data conversion functions, and user-defined functions.
This provides a convenient way to enable the full feature set of the expression parser without having to specify individual categories manually.