FireDAC.Stan.Util.FDInSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Checks if a character belongs to a set.

The FDInSet returns True if AChar belongs to ASet, returns False otherwise.

See Also