IsNullable Method
Definition
Returns True if the type is a nullable type.
Delphi
function IsNullable(typeInfo: PTypeInfo): Boolean
Parameters
- typeInfo
- PTypeInfo
Returns
Boolean
Returns True if the type is a nullable type.
function IsNullable(typeInfo: PTypeInfo): Boolean