FMX.Platform.IFMXApplicationService.HandleMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HandleMessage: Boolean;

C++

virtual bool __fastcall HandleMessage() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXApplicationService

Description

In descendants, HandleMessage implements functionality to handle the application messages.

See Also