Data.Bind.ObjectScope.UnRegisterValueGenerator
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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | Data.Bind.ObjectScope |
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.