System.SysUtils.TNativeUIntHelper.ToBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToBoolean: Boolean; inline;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TNativeUIntHelper

Description

Converts this NativeUInt number to a Boolean value.

ToBoolean returns True if this NativeUInt is different from 0. Returns False otherwise.

See Also