API: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 abstract getter method for the Name property.

FMX.Gestures.TGestureCollectionItem.GetName inherits from FMX.Types.TCustomGestureCollectionItem.GetName. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.GetName.

GetName is the abstract getter method for the Name property.

Override the GetName method in descending classes to implement the getter method for the Name property.

See Also