FMX.MultiResBitmap.TCustomMultiResBitmap.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TCustomMultiResBitmap

Description

Array of bitmap items in the multi-resolution bitmap.

Use Items to access individual bitmap items in the multi-resolution bitmap. The value of the Index parameter corresponds to the Index property of the bitmap item and represents the position of the bitmap item in the multi-resolution bitmap.

See Also