FMX.MultiResBitmap.TScaleName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScaleName = record

C++

struct DECLSPEC_DRECORD TScaleName
{
public:
    float Scale;
    System::UnicodeString Name;
};

Properties

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

Description

TScaleName defines a named scale used in lists of mandatory scales.

The Scale and Name (scale name) are fields of the TScaleName record. TScaleName objects are used as elements in the TScaleList list of mandatory named scales.

See Also