TbcParser.GetFunctions method
|
Top Previous Next |
Unit
Applies to
Declaration function GetFunctions : TStringList ;virtual;
Description
Returns a new TStringList object that contains all available function names. It is caller's responsibility to free the returned TStringList. Making changes to this list does not effect the parser.
|