FMX.Gestures.TGestureCollectionItem.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: string; override;

C++

virtual System::UnicodeString __fastcall GetName();

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

Description

GetName is the getter method for the Name property.

Use the GetName method to get the value of the Name property.

See Also