FMX.Types.TCustomGestureCollection.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TCustomGestureCollectionItem;

C++

HIDESBASE TCustomGestureCollectionItem* __fastcall GetItem(int Index);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollection

Description

GetItem is the abstract getter method for the Item property.

Override the GetItem method in descending classes to implement the getter method for the Item property.

See Also