[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbgintfdebuggerbase.pp line 549
type TDBGType = class(TDBGTypeBase) |
||
protected |
||
FAncestor: string; |
|
|
|
||
FResultString: string; |
|
|
|
||
|
||
|
||
|
||
FMembers: TStrings; |
|
|
FTypeName: string; |
|
|
FTypeDeclaration: string; |
|
|
|
||
FBoundHigh: Integer; |
|
|
FBoundLow: Integer; |
|
|
FLen: Integer; |
|
|
procedure Init; virtual; |
|
|
public |
||
|
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
property Ancestor: string; [rw] |
|
|
|
||
property Fields: TDBGFields; [r] |
|
|
property Kind: TDbgSymbolKind; [r] |
|
|
property Attributes: TDBGSymbolAttributes; [r] |
|
|
property TypeName: string; [r] |
|
|
property TypeDeclaration: string; [r] |
|
|
property Members: TStrings; [r] |
|
|
property Len: Integer; [r] |
|
|
property BoundLow: Integer; [r] |
|
|
property BoundHigh: Integer; [r] |
|
|
|
||
end; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |