FMX.MultiResBitmap.TCustomMultiResBitmap.Fixed

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Fixed: Boolean read GetFixed;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TCustomMultiResBitmap


Beschreibung

Wenn Fixed den Wert True hat, sind das Entfernen von Bitmap-Elementen aus dem Bitmap mit Mehrfachauflösung und das Ändern der Indizes von Bitmap-Elementen nicht zulässig.

Die Eigenschaft Fixed wird hauptsächlich vom MultiResBitmap-Editor beim Entwurf verwendet.

Siehe auch