Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

RegisterStdBuiltins

Register standard built-in functions

Declaration

Source position: fpexprpars.pp line 842

procedure RegisterStdBuiltins(

  AManager: TExprBuiltInManager;

  Categories: TBuiltInCategories = AllBuiltIns

);

Arguments

AManager

  

Built-in manager to register functions to

Categories

  

Categories of built-in functions to register

Description

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.


Documentation generated on: Dec 15 2025