C++ Builder 6 - DateTimePicker
Hi,
Is it possible to set the value of a DateTimePicker to blank so that when you run the application there's no value in the DataTimePicker?
Kind Regards,
Rowin
[188 byte] By [
rowin] at [2007-11-11 8:34:52]

# 1 Re: C++ Builder 6 - DateTimePicker
Hi,
Only thing I can think of is to manipulate it like this:
((TCustomComboBox *)DateTimePicker1)->SomeThingYouCanUse = WhatEver;
I tried Text (Inaccessible)
and ItemIndex (didnt change a thing)
maybe you can find something of use.. sorry I cant be of more help.
Regards Thomas.