FMX.Types.PixelFormatToString
Delphi
function PixelFormatToString(Format: TPixelFormat): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall PixelFormatToString(TPixelFormat Format);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp  | 
        FMX.Types | FMX.Types | 
Description
Converts the specified pixel format into a readable string.
Format specifies the TPixelFormat to be converted.