FMX.Forms.TCommonCustomForm.UnregisterHintReceiver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterHintReceiver(const AReceiver: IHintReceiver);

C++

void __fastcall UnregisterHintReceiver(const Fmx::Controls::_di_IHintReceiver AReceiver);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Unregisters a receiver.

AReceiver specifies the receiver to remove from the registry list.

See Also