System.SysUtils.TWordBoolHelper.ToInteger

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ToInteger: Integer; inline;

プロパティ

種類 可視性 ソース ユニット
function public System.SysUtils.pas System.SysUtils TWordBoolHelper

説明

WordBool 値の整数表現を返します。

ToInteger は、WordBool 値が False の場合には、0 を返します。 WordBool 値が True の場合には、1 を返します。

関連項目