Class TSerializedClass

Unit

Declaration

type TSerializedClass = class(TCustomSerializedObject)

Description

Information about a serialized .NET class

Hierarchy

Overview

Fields

Public fields: ArrayOfNameValue;
Public numType: integer;

Methods

Protected function GetFieldAsString(Index: LongWord): string; override;
Protected function GetFieldCount: LongWord; override;
Protected function GetFieldName(Index: LongWord): string; override;
Protected function GetFieldTypeAsString(Index: LongWord): string; override;
Protected function GetTypeAsString: string; override;
Protected function IsReferenceType(index: LongWord): boolean; override;

Description

Fields

Public fields: ArrayOfNameValue;

This item has no description.

Public numType: integer;

This item has no description.

Methods

Protected function GetFieldAsString(Index: LongWord): string; override;

This item has no description.

Protected function GetFieldCount: LongWord; override;

This item has no description.

Protected function GetFieldName(Index: LongWord): string; override;

This item has no description.

Protected function GetFieldTypeAsString(Index: LongWord): string; override;

This item has no description.

Protected function GetTypeAsString: string; override;

This item has no description.

Protected function IsReferenceType(index: LongWord): boolean; override;

This item has no description.