FMX.Graphics.TBitmapObject

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBitmapObject

Delphi

TBitmapObject = class(TFmxObject, IBitmapObject)

C++

class PASCALIMPLEMENTATION TBitmapObject : public Fmx::Types::TFmxObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Base class for all objects that contain or manipulate bitmaps.

TBitmapObject implements functionality for holding a bitmap image. If you need to create a graphical component that is able to display a bitmap image, then you should inherit from TBitmapObject.

See Also