Vcl.Graphics.TPicture.PictureAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PictureAdapter: IChangeNotifier read FNotify write FNotify;

C++

__property _di_IChangeNotifier PictureAdapter = {read=FNotify, write=FNotify};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TPicture

Description

Represents an OLE interface for the picture.

PictureAdapter is for internal use only.

See Also