Vcl.OleCtrls.TOleControl.ContextSensitiveHelp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall;

C++

HRESULT __stdcall ContextSensitiveHelp(System::LongBool fEnterMode);

Properties

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

Description

Checks whether the ActiveX control supports context-sensitive help.

Call ContextSensitiveHelp to determine whether the ActiveX control supports context-sensitive help when in-place mode is activated. This method is called automatically when the in-place mode is activated by the container of the ActiveX control.

Note: As implemented in TOleControl, ContextSensitiveHelp always returns S_OK, which means that the context-sensitive help is always enabled.

See Also