FMX.Types.IFreeNotificationBehavior

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFreeNotificationBehavior = interface

C++

__interface  INTERFACE_UUID("{83F052C5-8696-4AFA-88F5-DCDFEF005480}") IFreeNotificationBehavior  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Interface that defines the behavior of classes that provide notification handling.

Implement IFreeNotificationBehavior in classes that keep track of the objects that need to be notified in case of freeing a component.

See Also