FireDAC.Stan.Util.FDFieldInFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDFieldInFieldNames(const AStr, AName: String) : Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDFieldInFieldNames(const System::UnicodeString AStr, const System::UnicodeString AName);

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 field name is in a semicolon-delimited string of names.

FDFieldInFieldNames returns True if AName field is in the AStr string. Otherwise, it returns False.

See Also