Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Simulating TDateEditComboBox button click
Fri, Mar 25 2016 4:27 PMPermanent Link

Trinione

How can the calendar be shown progmatically, without the user clicking the button with the mouse?
Sat, Mar 26 2016 7:37 AMPermanent Link

Uli Becker

> How can the calendar be shown progmatically, without the user clicking the button with the mouse?

You can hack the source:

in webedits move this line:

procedure DoDropDownShow; override;

from the protected to the public section.

Uli

Sat, Mar 26 2016 9:01 AMPermanent Link

Trinione

<< in webedits move this line:
procedure DoDropDownShow; override;
from the protected to the public section. >>

Uli:
Thank you.
Image