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