Data.Bind.ObjectScope.UnRegisterValueGenerator
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: Data.Bind.ObjectScope | |
Delphi
procedure UnRegisterValueGenerator(const AName: string; AFieldTypes: TGeneratorFieldTypes; const AFrameWorkExt: string);
C++
extern DELPHI_PACKAGE void __fastcall UnRegisterValueGenerator(const System::UnicodeString AName, TGeneratorFieldTypes AFieldTypes, const System::UnicodeString AFrameWorkExt);
Description
Unregisters a value generator based on the given parameters.
The UnRegisterValueGenerator method unregisters the value generator identified through the AName, AFieldTypes, and AFrameWorkExt parameters.