TbcParser.DeleteFunc method
|
Top Previous Next |
Unit
Applies to
Declaration procedure DeleteFunc ( name : string ) ;virtual;
Description DeleteFunc method deletes an existing function from the list of available functions. If the function does not exist, then DeleteVar throws EbcParserError exception.
When a function is deleted Dirty flag is set to true so that next time the Evaluate function is called the expression will be reparsed. |