Vcl.Controls.TCustomGestureCollection.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItem(Index: Integer; const Value: TCustomGestureCollectionItem);

C++

HIDESBASE void __fastcall SetItem(int Index, TCustomGestureCollectionItem* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollection

Description

SetItem is the abstract setter method for the Item property.

Override the SetItem method in descending classes to implement the setter method for the Item property.

See Also