Vcl.OleCtrls.TOleControl.ShowObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShowObject: HResult; stdcall;

C++

HRESULT __stdcall ShowObject();

Properties

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

Description

Makes the enclosed object visible.

Call ShowObject to make the enclosed ActiveX object visible. The enclosed ActiveX control may not be visible directly after the call. The call to ShowObject does not guarantee that the object becomes visible.

See Also