Vcl.Controls.TMargins.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Occurs when margins change.

Use OnChange to write a handler to perform an action then the margin changes.

OnChange is an event handler of type System.Classes.TNotifyEvent.

See Also