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

Description

SetName is the abstract setter method for the Name property.

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

See Also