Vcl.Samples.Spin.TSpinButton.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notification(AComponent: TComponent;
Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinButton

Description

Responds to notifications indicating that components are being destroyed.

Notification responds to notifications indicating that the focus controls are about to be destroyed.

Notification calls the Notification inherited method.

See Also