RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.OnResize Event

Occurs immediately after the OLE container window is resized.

Pascal
property OnResize: TNotifyEvent;
C++
__property TNotifyEvent OnResize;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!