Vcl.Controls.TCustomGestureCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TCustomGestureCollectionItem read GetItem write SetItem; default;

C++

__property TCustomGestureCollectionItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollection

Description

Provides an indexed method for accessing stored gestures.

Use Items to access individual TCustomGestureCollectionItem in this collection, using a given index. Each accessed TCustomGestureCollectionItem object represents a gesture in the gesture collection.

See Also