System.Character.IsDefined

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Character.pas
System.Character.hpp
System.Character System.Character


Description

Avertissement : IsDefined est obsolète. Veuillez utiliser TCharHelper.IsDefined.

Détermine si le caractère UTF-16 est défini dans les spécifications Unicode.

Voir aussi

Exemples de code