System.Classes.THelpContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type THelpContext = -2147483647..2147483647;

C++

typedef int THelpContext;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

The range of values that HelpContext values may have.

THelpContext defines the type of the HelpContext property of a visual control or an action. HelpContext specifies an integer context ID defining the Help topic for an action or a control, when it is set.

See Also