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 added controls will be included in resizing.

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

Parameters

None

Return Value

None

 

Explanation

The DynamicAdd method updates the ResizeKit so the dynamically added controls will be included in resizing. If you have added controls to your form at runtime and the newly added controls are not resized, then please call this method. This method should be called after the controls have been dynamically added to the form. Even without executing this method, most controls dynamically added to the form will be resized by the ResizeKit. However, there are cases where you may need to call this method.

The DynamicAdd 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