API:System.Messaging.TMessageManager.SendMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SendMessage(const Sender: TObject; AMessage: TMessage); overload; inline;
procedure SendMessage(const Sender: TObject; AMessage: TMessage; ADispose: Boolean); overload;

C++

void __fastcall SendMessage(System::TObject* const Sender, TMessageBase* AMessage)/* overload */;
void __fastcall SendMessage(System::TObject* const Sender, TMessageBase* AMessage, bool ADispose)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Messaging.pas
System.Messaging.hpp
System.Messaging TMessageManager

Description

Embarcadero Technologies does not currently have any additional information.