TbcParser.CreateNParamFunc method

 

 

Top  Previous  Next

 

 

Unit

bcParser

 

Applies to

TbcParser

 

Declaration

procedure CreateNParamFunc ( name : string ;procAddr : TNParamFunc ;nParam : Integer ) ;virtual;

 

 

Description

CreateNParamFunc method creates a new function that takes n>2 parameters in the parser's list of functions. If the function name already exists as a function then CreateNParamFunc throws EbcParserError exception. nParam is the number of parameters which is also the size of the array that TNParamFunc takes as parameter.