Data.Bind.ObjectScope.FindRegisteredValueGenerators

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FindRegisteredValueGenerators(const AName: string; AFieldType: TGeneratorFieldType): TArray<TPair<string, TValueGeneratorDescription>>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,TValueGeneratorDescription> > __fastcall FindRegisteredValueGenerators(const System::UnicodeString AName, TGeneratorFieldType AFieldType);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

Renvoie un tableau de générateurs de valeurs recensés, basés sur le nom et le type de champ donnés.

Le paramètre AName contient le nom du générateur, tandis que AFieldType contient le type de champ du générateur.

Voir aussi