FMX.Types.TGestureArray
Delphi
TGestureArray = array of TCustomGestureCollectionItem;
C++
typedef System::DynamicArray<TCustomGestureCollectionItem*> TGestureArray;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Represents an array of gesture collection items.
The TGesturePointArray type is used for accessing gestures associated to a control.