FMX.MultiResBitmap.ScaleList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScaleList: TScaleList;

C++

extern DELPHI_PACKAGE System::Generics::Collections::TList__1<TScaleName>* __fastcall ScaleList(void);

Properties

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

Description

Retrieves the TScaleList list of TScaleName mandatory named scales registered by calls to RegisterScaleName.

Bitmap items for mandatory scales cannot be deleted from a multi-resolution bitmap. Therefore, in the MultiResBitmap Editor Delete only clears the image of the selected mandatory bitmap item entry.

See Also