Data.Bind.ObjectScope.TBaseObjectBindSource.Members

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 Members[const AName: string]: TObject read GetMember;

C++

__property System::TObject* Members[const System::UnicodeString AName] = {read=GetMember};

Description

Returns the field of a given member name.

The Members property uses the GetMember method that returns the field for a given member name.

See Also