API:Vcl.RibbonStyleActnCtrls.TAlphaBitmap.Create
Delphi
constructor Create; override;
C++
__fastcall virtual TAlphaBitmap();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.RibbonStyleActnCtrls.pas Vcl.RibbonStyleActnCtrls.hpp |
Vcl.RibbonStyleActnCtrls | TAlphaBitmap |
Description
Instantiates a bitmap object. Vcl.RibbonStyleActnCtrls.TAlphaBitmap.Create inherits from Vcl.Graphics.TBitmap.Create. All content below this line refers to Vcl.Graphics.TBitmap.Create.
Instantiates a bitmap object.
Call Create to instantiate a bitmap object at runtime. Create is also called automatically when a bitmap image is loaded into a TImage.
Create allocates memory for a bitmap object, and calls the inherited Create. Then it creates a TBitmapImage as the internal image that represents the bitmap.