System.Bindings.CustomWrapper.TCustomWrapper.MemberName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MemberName: String read GetMemberName;

C++

__property System::UnicodeString MemberName = {read=GetMemberName};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Specifies the name of the wrapped member.

The MemberName property specifies the name of the wrapped member.

See Also