API:System.Character.IsDigit

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

Delphi

function IsDigit(C: Char): Boolean;
function IsDigit(C: UCS4Char): Boolean;
function IsDigit(const S: string; Index: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsDigit(System::WideChar C)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。