Vcl.AxCtrls.TActiveXControl.InPlaceSite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InPlaceSite: IOleInPlaceSite read FOleInPlaceSite;

C++

__property _di_IOleInPlaceSite InPlaceSite = {read=FOleInPlaceSite};

Properties

Type Visibility Source Unit Parent
property public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveXControl

Description

Contains a pointer to the site interface for the container on which the ActiveX control resides.

InPlaceSite contains an interface pointer to the container's IOleInPlaceSite interface when the container supports embedding and in-place activation. Use this interface to access the windows that contain the activeX object (both the Frame window and the immediate container, or site, window).

See Also