FMX.Platform.IFMXApplicationService.HandleMessage

提供:RAD Studio API Documentation

Delphi

function HandleMessage: Boolean;

C++

virtual bool __fastcall HandleMessage() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXApplicationService

説明

下位クラスでは、HandleMessage はアプリケーションのメッセージを処理するための機能を実装します。

関連項目