[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbgintfdebuggerbase.pp line 494
type TDBGField = class(TObject) |
||
protected |
||
FName: string; |
|
|
|
||
|
||
|
||
FClassName: string; |
|
|
procedure IncRefCount; |
|
|
procedure DecRefCount; |
|
|
property RefCount: Integer; [r] |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
property Name: string; [rw] |
|
|
|
||
property Location: TDBGFieldLocation; [r] |
|
|
property Flags: TDBGFieldFlags; [r] |
|
|
property ClassName: string; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |