| Results : (Votes » 3378) | | every day | | | 2 - 7 days | | | 8 - 14 days | | | 14 - 30 days | | | 30 and more | |
|
|
|
| How to return the form's left value that will center the form horizontally | 13.7.2001 |
Function GetCenterFormLeft(FormWidth : Integer): Integer;
Begin
If Screen.Width < FormWidth Then
Begin
Result := Screen.Width-26;
End
Else
Begin
Result := (Screen.Width - FormWidth) div 2;
End;
End;
| | Hits : 2576 | | Votes: 0 |
|
|
|
|
« Sponsored Links »
|
TCAD from www.codeidea.com TCAD is a component that will help you write vector graphics applications(CAD, GIS, SCADA, VISIO). Shapes can be interacted with by mouse or code. It is easy to use, effective and powerful. It will save you valuable time. » more... |
|
|
|
www.sunisoft.com TinyDB help you to create/access database in ONE file without BDE SUIPack help you to create applications with MacOS/WinXP/cool themes » more... |
|
Abakus VCL Abakus VCL is a professional set of Delphi and C++Builder components for virtual instrumentation.» more... |
|
|
|
|
|