FMX.Presentation.Messages.TMessageSender.CanNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanNotify: Boolean; virtual;

C++

virtual bool __fastcall CanNotify();

Properties

Type Visibility Source Unit Parent
function public
FMX.Presentation.Messages.pas
FMX.Presentation.Messages.hpp
FMX.Presentation.Messages TMessageSender

Description

Returns whether TMessageSender can send messages.

The CanNotify method returns True if TMessageSender can send messages. It returns False otherwise.

See Also