FMX.Gestures.TGestureCollectionItem.SetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetName(const Value: string); override;

C++

virtual void __fastcall SetName(const System::UnicodeString Value);

Properties

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

Description

SetName is the setter method for the Name property.

Use the SetName method to set the value for the Name property.

See Also