Table of Contents

TTypeToken.Create Constructor

Overloads

TTypeToken.Create(PTypeInfo)

Creates a type token from the specified type information.

Syntax

Unit: Bcl.Json.Converters

constructor TTypeToken.Create(const ATypeInfo: PTypeInfo);

Parameters

<-> Parameter Type Description
const ATypeInfo PTypeInfo The RTTI type information pointer.

See also

TTypeToken.Create(PTypeInfo, PTypeInfo)

Creates a type token with both a primary and an item type.

Syntax

Unit: Bcl.Json.Converters

constructor TTypeToken.Create(const ATypeInfo: PTypeInfo; const AItemTypeInfo: PTypeInfo);

Parameters

<-> Parameter Type Description
const ATypeInfo PTypeInfo The RTTI type information pointer for the container type.
const AItemTypeInfo PTypeInfo The RTTI type information pointer for the element type.

See also