Data.Bind.ObjectScope.TCustomDataGeneratorAdapter

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCustomDataGeneratorAdapter = class(TListBindSourceAdapter<TGeneratorRecord>)

C++

class PASCALIMPLEMENTATION TCustomDataGeneratorAdapter : public TListBindSourceAdapter__1<TGeneratorRecord*>

Properties

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

Description

Implements functionality that allows you to define generated fields that can be provided to a TAdapterBindSource.

See Also