Show: Delphi
C++
Display Preferences
FMX.Types.TBitmapObject
From XE3 API Documentation
Delphi
TBitmapObject = class(TFmxObject, IBitmapObject)
C++
class PASCALIMPLEMENTATION TBitmapObject : public TFmxObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
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.