FMX.Presentation.Messages.TMessageID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TMessageID = Word;

C++

typedef System::Word TMessageID;

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Presentation.Messages.pas
FMX.Presentation.Messages.hpp
FMX.Presentation.Messages FMX.Presentation.Messages

Description

Type for message IDs in TMessageSender.

The TMessageID type is a Word that represents a message ID for TMessageSender.

TMessageID is used in methods such as SendMessage and SendMessageWithResult. This type is also used in the TDispatchMessageWithValue record type.

In presented controls MM_ and PM_ prefixed controls are used as message IDs.

See Also