Vcl.AxCtrls.TPictureAdapter.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Create constructs an instance of the picture adapter control.

Do not call the constructor for this class directly. Instead, call the GetOlePicture procedure to create the binding between a TPicture and an OLE picture.

See Also