|
AnyDAC
|
Returns the current script call stack.
Use the CallStack property to get the current script call stack. The stack will contain one line for each active script, starting from the root script. Each line consists of the script name and line number in this script.
property CallStack: TStrings;
|
What do you think about this topic? Send feedback!
|