FMX.Graphics.TCustomBitmapCodecClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomBitmapCodecClass = class of TCustomBitmapCodec;

C++

typedef System::TMetaClass* TCustomBitmapCodecClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

TCustomBitmapCodecClass is a class of TCustomBitmapCodec.

A variable of the TCustomBitmapCodecClass type can store a reference to the TCustomBitmapCodec class.

See Also