FMX.Layouts.TVertScrollBox.HelpType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpType: THelpType read FHelpType write FHelpType default 1;

C++

__property HelpType = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TVertScrollBox

Description


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

FMX.Layouts.TVertScrollBox.HelpType inherits from FMX.Controls.TStyledControl.HelpType. All content below this line refers to FMX.Controls.TStyledControl.HelpType.

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