Register standard built-in functions
Source position: fpexprpars.pp line 842
procedure RegisterStdBuiltins( |
AManager: TExprBuiltInManager; |
Categories: TBuiltInCategories = AllBuiltIns |
); |
AManager |
|
Built-in manager to register functions to |
Categories |
|
Categories of built-in functions to register |
This procedure registers the standard set of built-in functions and variables with the specified manager. It populates the manager with predefined mathematical, string, date/time, and utility functions based on the selected categories.
The registration process allows applications to customize which built-in functions are available by specifying categories, enabling selective loading of functionality to meet specific requirements while minimizing memory usage.