ShowHelpButton property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

bool ShowHelpButton;

Delphi Syntax

ShowHelpButton: Boolean;

Overview

Refer to Implementing Screen Capture.

Remarks

Specifies whether to display the Help button in the dialogs. Possible values are:

Setting

Description

TRUE

Display the Help button in the dialogs.

FALSE

Do not display the Help button in the dialogs, and the OnScreenDlgHelpevent will not be available for the dialogs.

Used by Screen Capture Dialog methods.

See Also

Elements:

CaptureOptionDlg method, CaptureAreaOptionDlg method, CaptureObjectOptionDlg method, CaptureEXEDlg method, OnScreenDlgHelp event

Topics:

Screen Capture properties