Vcl.AxCtrls.TOleGraphic.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TOleGraphic

Description

Copies an IPicture to the OLE graphic object.

Assign copies the IPicture contained in Source to the OLE graphic object. Assign then calls the inherited Assign. The IPicture can be a bitmap, metafile or icon image.

See Also