Table of Contents

TJsonConverters.ChangeNotifyWritten Method

Sets NotifyWritten and returns the previous value.

Syntax

Unit: Bcl.Json.Converters

function TJsonConverters.ChangeNotifyWritten(const Value: Boolean): Boolean;

Parameters

<-> Parameter Type Description
const Value Boolean The new notify-written state.

Returns

The previous notify-written state.

See also