API:FMX.Gestures.TGestureCollectionItem.SetName
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 abstract setter method for the Name property.
FMX.Gestures.TGestureCollectionItem.SetName inherits from FMX.Types.TCustomGestureCollectionItem.SetName. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.SetName.
SetName is the abstract setter method for the Name property.
Override the SetName method in descending classes to implement the setter method for the Name property.