FMX.Types.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
FMX.Types.pas
FMX.Types.hpp
FMX.Types 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