Table of Contents

SNull Field

Global null sentinel variable. Assign this to any Nullable<T> to set it to null.

Remarks

Usage example: MyNullable := SNull; clears the nullable, making HasValue return False and IsNull return True.

Syntax

Unit: Bcl.Types.Nullable

SNull: TNullRecord;