FireDAC.Comp.Script.TFDScript.CallStack

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property CallStack: TStrings read GetCallStack;

C++

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

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