Data.Bind.ObjectScope.TBaseObjectBindSource.InternalAdapter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBaseObjectBindSource

Delphi

property InternalAdapter: TBindSourceAdapter read GetInternalAdapter;

C++

__property TBindSourceAdapter* InternalAdapter = {read=GetInternalAdapter};

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