Data.Bind.ObjectScope.TBindSourceAdapterField

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTBindSourceAdapterField

Delphi

TBindSourceAdapterField = class(TPersistent)

C++

class PASCALIMPLEMENTATION TBindSourceAdapterField : public System::Classes::TPersistent

Properties

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

Description

Represents the base class for an adapter field.

The TBindSourceAdapterField class is the base class for all adapter fields. It implements basic functionality for addressing a particular field through an adapter.

See Also