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 that represents a message for TMessageSender.

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

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

See Also