Vcl.Forms.THelpEventData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type THelpEventData = Integer;

C++

typedef NativeInt THelpEventData;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

Internally used by THelpEvent.

THelpEventData is internally used by THelpEvent. THelpEventData provides additional data to describe the action required by the help system. Typically, THelpEventData specifies a keyword or context ID.

See Also