Vcl.Controls.TCMHintShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMHintShow = record

C++

struct DECLSPEC_DRECORD TCMHintShow
{
public:
    unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
    System::NativeInt Reserved;
    PHintInfo HintInfo;
#ifndef _WIN64
    int Result;
#else /* _WIN64 */
    __int64 Result;
#endif /* _WIN64 */
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCMHintShow is used with a CM_HINTSHOW message.

An object of type TCMHintShow is used with a CM_HINTSHOW message. The following table lists the fields contained by TCMHintShow:

Field Meaning

Msg

Represents the Windows message code.

Reserved

Unused.

HintInfo

Holds information about the hint.

Result

Holds the value returned by the application processing the message.


The TCMHintShow type is used internally.


See Also