Table of Contents

TJObject.Remove Method

Removes the member with the specified name from the object.

Syntax

Unit: Bcl.Json.Classes

procedure TJObject.Remove(const Name: string);

Parameters

<-> Parameter Type Description
const Name string The name of the member to remove. If not found, no action is taken.

See also