System.SysUtils.TIntegerHelper.ToBoolean

From RAD Studio API Documentation
Revision as of 01:06, 19 March 2013 by L10nBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ToBoolean: Boolean; inline;

Properties

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

Description

Converts this Integer number to a Boolean value.

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

See Also