Data.Bind.ObjectScope.TBaseObjectBindSource.Members

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Members[const AName: string]: TObject read GetMember;

C++

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

Properties

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

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