Icon FindFunction Method

function FindFunction(const Value: String): TDBISAMFunction

Usage

Call the FindFunction method to locate a specific custom function definition by the name of the custom function. If a custom function definition is found with the same name, a reference to the function definition is returned, otherwise nil is returned. The search against the function names is case-insensitive.
Image