FMX.Types.TCustomGestureCollectionItem.SetName
Delphi
procedure SetName(const Value: string); virtual; abstract;
C++
virtual void __fastcall SetName(const System::UnicodeString Value) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
class protected | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TCustomGestureCollectionItem |
Description
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.