API:Vcl.AxCtrls.TPictureAdapter.Create
Delphi
constructor Create(Picture: TPicture);
C++
__fastcall TPictureAdapter(Vcl::Graphics::TPicture* Picture);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TPictureAdapter |
Description
Constructs an instance of the custom adapter control.
Vcl.AxCtrls.TPictureAdapter.Create inherits from Vcl.AxCtrls.TCustomAdapter.Create. All content below this line refers to Vcl.AxCtrls.TCustomAdapter.Create.
Constructs an instance of the custom adapter control.
Never create an object of this class, only its descendants, such as TFontAdapter or TPictureAdapter.