FMX.Gestures.TGestureCollectionItem.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayName: string; override;

C++

virtual System::UnicodeString __fastcall GetDisplayName();

Properties

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

Description

Returns the display name of the gesture.

Use GetDisplayName to return the display name of the gesture.

If the GestureType property is set to Standard, then GetDisplayName returns a string derived from the GestureID property (sgiLeft - Left). Otherwise, GetDisplayName returns the string value of the Name property.

GetDisplayName is exposed as a protected method of TGestureCollectionItem. It can only be used in the implementation of a descendant class of TGestureCollectionItem.

See Also