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