System.Bindings.CustomWrapper.TCustomWrapper.GetMemberName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMemberName: String; inline;

C++

System::UnicodeString __fastcall GetMemberName();

Properties

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

Description

Getter implementation for the MemberName property.

The GetMemberName method is the getter implementation for the MemberName property.

See Also