RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.ContextSensitiveHelp Method

Checks whether the ActiveX control supports context-sensitive help.

Pascal
function ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall;
C++
__fastcall __stdcall HRESULT ContextSensitiveHelp(BOOL fEnterMode);

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!