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