Vcl.Controls.TMargins.OnChange

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Beschreibung

Tritt bei einer Randänderung ein.

Mit einer Ereignisbehandlungsroutine für OnChange können Sie eine bestimmte Aktion auslösen.

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

Siehe auch