Discussions
Sign In
•
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In with LMD account
Sign In with LMD account
Categories
Recent Discussions
Categories
All Categories
1.1K
NG Controls
28
Announcements
60
LMD IDE-Tools
208
LMD ElPack
373
LMD-Tools
414
Feature Requests
38
In this Discussion
provincjalc
March 2014
Rafael Maricca (LMD)
February 2014
ElPack: Empty DateText on TElDateTimePicker
provincjalc
February 2014
edited February 2014
in
LMD ElPack
Vote Up
0
Vote Down
Hello,
i would like to make empty value on TElDateTimePicker (Delphi7). With standart komponent it is possible to set Format := ' ', and than onChange we set format. How can i do this with ElPack TElDateTimePicker?
Comments
3 Comments
sorted by
Votes
Date Added
Rafael Maricca (LMD)
February 2014
Posts: 0
Accepted Answer
Vote Up
0
Vote Down
There is only a smiliar feature, when you use ShowBlankWhenZero property (available at runtime only).
Example:
ElDateTimePicker1.ShowBlankWhenZero := true;
ElDateTimePicker1.DateTime := 0;
When unfocused, an emty value is shown in edit control.
provincjalc
March 2014
Posts: 2
Vote Up
0
Vote Down
Tanks for your help.
Sign In
or
Register
to comment.
Comments