Vcl.OleCtrls.TOleControl.GetWindowContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWindowContext(out frame: IOleInPlaceFrame;  out doc: IOleInPlaceUIWindow; out rcPosRect: TRect; out rcClipRect: TRect; out frameInfo: TOleInPlaceFrameInfo): HResult;

C++

HRESULT __stdcall GetWindowContext(/* out */ _di_IOleInPlaceFrame &frame, /* out */ _di_IOleInPlaceUIWindow &doc, /* out */ System::Types::TRect &rcPosRect, /* out */ System::Types::TRect &rcClipRect, /* out */ tagOIFI &frameInfo);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!