FireDAC.Comp.Script.TFDScript.CallStack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CallStack: TStrings read GetCallStack;

C++

__property System::Classes::TStrings* CallStack = {read=GetCallStack};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

Returns the current stack of script calls.

Use the CallStack property to get the current stack of script calls. The stack contains one line for each active script, starting from the root script. Each line consists of the script name and the line number in this script.

See Also