FOFPC schreef:
download the tool from
http://fofpc.org/tools/
also library has some articles regarding your issue
at 6-6-2007 19:23
Darius Blaszijk wrote:
Hi I would like to upload a file through a web page. How can I do this
using FPC? Is there any example available?
I wonder if Darius
download the tool from
http://fofpc.org/tools/
also library has some articles regarding your issue
Darius Blaszijk wrote:
>
> Hi I would like to upload a file through a web page. How can I do this
> using FPC? Is there any example available?
>
> Darius
> ___
kota kota wrote:
How can i make a window to shrink instead of losing its
elements(buttons, labels) when it is being re-sized ?
Use the Anchor property. By default the anTop and anLeft anchors are set on all
components. If you used the UI Designer to visually design your form, then
select the
How can i make a window to shrink instead of losing its elements(buttons,
labels) when it is being re-sized ?
(with losing i mean that a button which is placed at the Right-down- corner
of a window will be invisible is the user shrinks the window from the
Right-down- corner)
Thank you
2009/6/29 Tom Verhoeff :
> While tracing a nasty bug (?), I discovered the hard way that when
> an Assert is done in a constructor, and it fails, then the destructor
> (Destroy) is automatically called.
Indeed, when an exception is raised in the constructor, be it an
"assert" exception or not, the
Hi,
how do I determine the hight of a title bar of a form (where the caption goes
as well as minimize, maximize btns, etc.)
on WinCE?
Hight and ClientHight are equal.
regards
Hinnack
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://