Data.Bind.ObjectScope.TBaseObjectBindSource.InternalAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InternalAdapter: TBindSourceAdapter read GetInternalAdapter;

C++

__property TBindSourceAdapter* InternalAdapter = {read=GetInternalAdapter};

Properties

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

Description

Returns the internal adapter of the bind source.

The InternalAdapter property holds the internal adapter of the bind source. InternalAdapter uses the GetInternalAdapter method to return the internal adapter of the bind source.

Note: The GetInternalAdapter method always returns nil. Descendant classes must override this method to return the internal adapter.

See Also