[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbgintfdebuggerbase.pp line 822
type TCallStackEntry = class(TFreeNotifyingObject) |
||
protected |
||
function GetArgumentCount; |
|
|
function GetArgumentName(); |
|
|
function GetArgumentValue(); |
|
|
property Arguments: TStrings; [r] |
|
|
function GetFunctionName; virtual; |
|
|
function GetSource; virtual; |
|
|
function GetValidity; virtual; |
|
|
procedure SetValidity(); virtual; |
|
|
procedure InitFields(); |
|
|
public |
||
constructor Create; |
|
|
function CreateCopy; virtual; |
|
|
destructor Destroy; override; |
|
|
procedure Assign(); virtual; |
|
|
procedure Init(); |
|
|
procedure ClearLocation; virtual; |
|
|
function GetFunctionWithArg; |
|
|
|
||
property ArgumentCount: Integer; [r] |
|
|
property ArgumentNames []: string; [r] |
|
|
property ArgumentValues []: string; [r] |
|
|
property FunctionName: string; [r] |
|
|
property Index: Integer; [r] |
|
|
property Line: Integer; [r] |
|
|
property Source: string; [r] |
|
|
property Validity: TDebuggerDataState; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |