Vcl.Controls.TMargins.OnChange
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.