メインメニューを開く

RAD Studio API Documentation β

System.SysUtils.TWordBoolHelper.ToInteger

Delphi

function ToInteger: Integer; inline;

プロパティ

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

説明

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

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

関連項目