Vcl.DBCtrls.TDBNavigator.OnResize
Delphi
property OnResize: TNotifyEvent read FOnResize write FOnResize;
C++
__property OnResize;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | TDBNavigator |
Description
Occurs immediately after the control is resized.
Vcl.DBCtrls.TDBNavigator.OnResize inherits from Vcl.Controls.TControl.OnResize. All content below this line refers to Vcl.Controls.TControl.OnResize.
Occurs immediately after the control is resized.
Use OnResize to make any final adjustments after a control is resized.
To modify the way a control responds when an attempt is made to resize it, use OnCanResize or OnConstrainedResize.
Note: Some controls call this event handler when the control is first created.
OnResize is an event handler of type System.Classes.TNotifyEvent.
See Also
Code Examples