FMX.Types.TCustomGestureCollectionItem.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetName() = 0 ;

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

Description

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