FMX.MultiResBitmap.TCustomBitmapItem.Fixed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fixed: Boolean read GetFixed;

C++

__property bool Fixed = {read=GetFixed, nodefault};

Properties

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

Description

Indicates that this bitmap item cannot be deleted from the multi-resolution bitmap and its Scale property cannot be changed.

Primarily, this property is used in the MultiResBitmap Editor at design time. In the MultiResBitmap Editor, bitmap items having Fixed = True are mandatory (or default).

See Also