System.Bindings.Methods.TMethodDescription.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName;

C++

__property System::UnicodeString Name = {read=FName};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TMethodDescription

Description

Denotes the name of the method.

See Also