Data.Bind.ObjectScope.FindRegisteredValueGenerators

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

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

Description

Returns an array of registered value generators, based on the given name and field type.

The AName parameter holds the name of the generator, while AFieldType holds the generator field type.

See Also