System.SysUtils.TNativeIntHelper.ToBoolean
Delphi
function ToBoolean: Boolean; inline;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TNativeIntHelper |
Description
Converts this NativeInt number to a Boolean value.
ToBoolean returns True if this NativeInt is different from 0. Returns False otherwise.