Vcl.Controls.TCustomGestureCollectionItem.SetName

From RAD Studio API Documentation
Jump to: navigation, search

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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls 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.

See Also