Data.Bind.ObjectScope.TValueGeneratorOnGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TValueGeneratorOnGetValue = reference to function(AKey: TValue; var AFreeObject: Boolean): TValue;

C++

__interface TValueGeneratorOnGetValue  : public System::IInterface

Properties

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

Description

Is the procedural type used by the TValueGeneratorDelegateWithEvents.OnGetValue event.

See Also