API:Vcl.Touch.GestureMgr.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
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

GetName is the abstract getter method for the Name property.

Vcl.Touch.GestureMgr.TGestureCollectionItem.GetName inherits from Vcl.Controls.TCustomGestureCollectionItem.GetName. All content below this line refers to Vcl.Controls.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