API:Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindSourceAdapterReadObjectFieldData.Bind.ObjectScope.TBindSourceAdapterReadFieldData.Bind.ObjectScope.TBindSourceAdapterFieldTBindSourceAdapterReadObjectField

Delphi

TBindSourceAdapterReadObjectField<T: class> = class(TBindSourceAdapterReadField<T>)
TBindSourceAdapterReadObjectField = class(TBindSourceAdapterReadObjectField<TObject>)

C++

template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadObjectField__1 : public TBindSourceAdapterReadField__1<T>
class PASCALIMPLEMENTATION TBindSourceAdapterReadObjectField : public TBindSourceAdapterReadObjectField__1<System::TObject*>

Properties

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

Description

Represents an adapter field that supports reading of its value using an exposed Value property.

Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField inherits from Data.Bind.ObjectScope.TBindSourceAdapterReadField. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapterReadField.

Represents an adapter field that supports reading of its value using an exposed Value property.

See Also