TbcParser.DeleteVar method

 

 

Top  Previous  Next

 

 

Unit

bcParser

 

Applies to

TbcParser

 

Declaration

procedure DeleteVar ( name : string ) ;virtual;

 

 

Description

DeleteVar method deletes an existing variable from the list of available variables. If the variable does not exist, then DeleteVar throws EbcParserError exception.

 

When a variable is deleted  Dirty flag is set to true so that next time the Evaluate function is called the expression will be reparsed.