Table of Contents

TJObject.Contains Method

Checks whether a member with the specified name exists in this object.

Syntax

Unit: Bcl.Json.Classes

function TJObject.Contains(const Name: string): Boolean;

Parameters

<-> Parameter Type Description
const Name string The name to look for.

Returns

True if a member with the given name exists; otherwise False.

See also