Contents

・
ResizeKit2
Overview
Setup for Delphi Editions
Setup for C++Builder Editions
Setup for RAD Studio and BDS 2006 Editions
Setup for ActiveX Edition
Distributing Applications
Technical Support
ResizeKit2 License Agreement
Purchase the ResizeKit2
Control Reference
Properties
Enabled
FormHeight
FormMaxHeight
FormMinHeight
FormWidth
FormMaxWidth
FormMinWidth
FormPos
NoResizeCtl
NoResizeFntCtl
ResizeFont
ValidTaskbar
Methods
DynamicAdd
DynamicDelete
Events
ExitResize

 
Home
ResizeKit2 Online Help
Prev Page Next Page
 
  ・

This method updates the ResizeKit so the dynamically deleted controls will be removed from resizing.

C++Builder: [form.]resizecontrolname-->DynamicDelete()
Delphi: [form.]resizecontrolname.DynamicDelete

Parameters

None

Return Value

None

 

Explanation

The DynamicDelete method updates the ResizeKit so the dynamically deleted controls will be removed from resizing. If you have deleted controls from your form at runtime and the remaining controls are not resized correctly, then please call this method. This method should be called after controls have been dynamically deleted from the form. Even without executing this method, most controls dynamically deleted from the form will not affect how the remaining controls are resized by the ResizeKit. However, there are cases where you may need to call this method.

The DynamicDelete method is for use in VCL versions of the ResizeKit only.

 

 

 

 

 

The ResizeKit2 is a product of Newtone Corporation. Visit our website at http://www.imagekit.com/resizekit2.html for more information