On 3/7/06, Mariano <[EMAIL PROTECTED]> wrote:
> Hi! i'm developing an application... but i need some components that i
> realized they aren't...
>
> "TTimeEdit"(like TTimeEdit, but just only Time :) ) and "TcurrencyEdit"
> (Different to TFloatSpinEdit; because it hasn't the property
> "DisplayFormat")
>
> where can i download it?
I use something like TTImeEdit used for my apps. It is 'hand' made
and needs polishing. Give me a couple of days to get my machine up and
running again and I will send it to the list.
The idea behind is simple:
TEdit with TUpDown used for navigation. Store hours / minutes /
seconds in 3 Byte variables
Add an OnChange handler that does : Edit.Text := h + ':' + m + ':' + s.
add some properties such as AsString, AsDateTime to manipulate data in
your program and voila.
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives