FMX.Types._di_IFreeNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

typedef System::DelphiInterface<IFreeNotification> _di_IFreeNotification;

Propriétés

Type Visibilité  Source Unité  Parent
typedef public FMX.Types.hpp FMX.Types FMX.Types

Description

Représente l'interface DelphiInterface de IFreeNotification.

Vous pouvez utiliser _di_IFreeNotification pour faire référence aux objets notificateur.

L'extrait de code suivant montre comment utiliser la méthode FMX.Types.IFreeNotification.FreeNotification sur un TButton :

 _di_IFreeNotification AInterface;
  if (Button1->GetInterface(AInterface)) {
 	 AInterface->FreeNotification(Form1);
  }

Voir aussi