JVCL Help:TFunctionContext
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TFunctionContext type
[+] JvInterpreter.pas Records
[+] TFunctionContext Fields
Search in JVCL Help
Search in all projectsSummary
Write here a summary (1 line)
Pascal
run\JvInterpreter.pas
PFunctionContext = ^TFunctionContext;
TFunctionContext = record
PrevFunContext: PFunctionContext;
LocalVars: TJvInterpreterVarList;
Fun: TJvInterpreterSrcFunction;
end;
Members
Members | Description |
PrevFunContext: PFunctionContext; | Description for PrevFunContext |
LocalVars: TJvInterpreterVarList; | Description for LocalVars |
Fun: TJvInterpreterSrcFunction; | Description for Fun |
Description
Write here a description
See Also
List here other properties, methods (comma seperated) Remove the 'See Also' section if there are no references
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page