Class TSerializedClass
Unit
Declaration
type TSerializedClass = class(TCustomSerializedObject)
Description
Information about a serialized .NET class
Hierarchy
- TObject
- TCustomSerializedObject
- TSerializedClass
Overview
Fields
fields: ArrayOfNameValue; |
|
numType: integer; |
Methods
function GetFieldAsString(Index: LongWord): string; override; |
|
function GetFieldCount: LongWord; override; |
|
function GetFieldName(Index: LongWord): string; override; |
|
function GetFieldTypeAsString(Index: LongWord): string; override; |
|
function GetTypeAsString: string; override; |
|
function IsReferenceType(index: LongWord): boolean; override; |
Description
Fields
fields: ArrayOfNameValue; |
|
This item has no description. |
numType: integer; |
|
This item has no description. |
Methods
function GetFieldAsString(Index: LongWord): string; override; |
|
This item has no description. |
function GetFieldCount: LongWord; override; |
|
This item has no description. |
function GetFieldName(Index: LongWord): string; override; |
|
This item has no description. |
function GetFieldTypeAsString(Index: LongWord): string; override; |
|
This item has no description. |
function GetTypeAsString: string; override; |
|
This item has no description. |
function IsReferenceType(index: LongWord): boolean; override; |
|
This item has no description. |