FMX.Controls.TStyledControl.HelpType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpType: THelpType read FHelpType write FHelpType default htContext;

C++

__property System::Classes::THelpType HelpType = {read=FHelpType, write=FHelpType, default=1};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

Specifies whether the control's context-sensitive Help topic is identified by a context ID or by keyword.

If HelpType is htContext, the HelpContext property value identifies the control's Help topic.

If HelpType is htKeyword, the HelpKeyword property value identifies the control's Help topic.

See Also