FireDAC.Stan.Util.FDInSet

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FDInSet(AChar: Char; ASet: TFDCharSet): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDInSet(System::WideChar AChar, const Firedac::Stan::Intf::TFDCharSet &ASet);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Beschreibung

Überprüft, on ein Zeichen zu einem Zeichensatz gehört.

FDInSet gibt True zurück, wenn AChar zu ASet gehört, ansonsten False.

Siehe auch