FMX.Dialogs.TCommonDialog.HelpContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpContext: THelpContext read FHelpContext write FHelpContext default 0;

C++

__property System::Classes::THelpContext HelpContext = {read=FHelpContext, write=FHelpContext, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TCommonDialog

Description

Specifies the help context ID this dialog will use upon clicking the dialog's help button.

Note: In order for the Help button to be displayed on the dialog, add the poShowHelp flag in the Options property of the dialog.

See Also