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
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 property sets the position of the initial display of the form.

In ActiveX [form.]resizecontrolname.FormPos [=Integer]
In VCL [form.]resizecontrolname.FormPos [:=TResizeFormPos]

Property Value

Value Explanation
0 (rpDefault) Default (The initial or preset position of the form)
1 (rpTopLeft) Top Left
2 (rpTopCenter) Top Center
3 (rpTopRight) Top Right
4 (rpMiddleLeft) Middle Left
5 (rpMiddleCenter) Middle Center
6 (rpMiddleRight) Middle Right
7 (rpBottomLeft) Bottom Left
8 (rpBottomCenter) Bottom Center
9 (rpBottomRight) Bottom Right

Note: In the table above, the numerical values are for ActiveX control notation; the values in parentheses are for VCL notation.

Explanation

The FormPos property sets the position of the initial display of the form. The default value is 0 (rpDefault).

Use numerical values to set the FormPos value in ActiveX. In VCL, use

TResizeFormPos = (rpDefault, rpTopLeft, rpTopCenter, rpTopRight, rpMiddleLeft, rpMiddleCenter, rpMiddleRight, rpBottomLeft, rpBottomCenter, or rpBottomRight);

Setting Property Value

This property can be set during design and during execution

Retrieving Property Value

This property can be retrieved during execution

 

 

 

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