Vcl.OleCtnrs.TOleContainer.OnResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResize: TNotifyEvent read FOnResize write FOnResize;

C++

__property System::Classes::TNotifyEvent OnResize = {read=FOnResize, write=FOnResize};

Properties

Type Visibility Source Unit Parent
event published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Occurs immediately after the OLE container window is resized.

Write an OnResize event handler to respond to changes in the size of the OLE container window. If SizeMode is smAutoSize, the container window changes size whenever the OLE object resizes.

See Also