System.SysUtils.TWordBoolHelper.ToInteger

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

Delphi

function ToInteger: Integer; inline;

Properties

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

Description

Returns an integer representation of a WordBool value.

ToInteger returns 0 if the WordBool value is False. If the WordBool value is True, it returns 1.

See Also