FMX.TabControl.TTabItem.CustomIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomIcon: TFixedMultiResBitmap read FCustomIcon write SetCustomIcon;

C++

__property Fmx::Multiresbitmap::TFixedMultiResBitmap* CustomIcon = {read=FCustomIcon, write=SetCustomIcon};

Properties

Type Visibility Source Unit Parent
property published
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Specifies custom multi-resolution icons for the tab. This property is of the TFixedMultiResBitmap type.

A TFixedMultiResBitmap multi-resolution bitmap represents a collection of TFixedBitmapItem bitmap items displayed at different scales. You can create a multi-resolution bitmap with the MultiResBitmap Editor.

Mobile applications need to have images of different scales defined for various devices, such as Retina and non-Retina iOS devices.

See Also