Record TSerializedType

Hierarchy
Methods
Properties

Unit

Declaration

type TSerializedType = record

Description

Description of a .NET type

Overview

Fields

Public ClassName: string;
Public nbFields: integer;
Public fieldNames: array of string;
Public fieldTypes: array of TFieldType;
Public refAssembly: LongWord;

Description

Fields

Public ClassName: string;

This item has no description.

Public nbFields: integer;

This item has no description.

Public fieldNames: array of string;

This item has no description.

Public fieldTypes: array of TFieldType;

This item has no description.

Public refAssembly: LongWord;

This item has no description.