FMX.MultiResBitmap.TCustomMultiResBitmap.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 TCustomMultiResBitmap

Description

When Fixed is True, the removal of bitmap items from the multi-resolution bitmap and the changing of indexes of bitmap items are not allowed.

Primarily, the Fixed property is used by the MultiResBitmap Editor at design time.

See Also