Jump to content

Clearing UniDateTimePicker


artem_niko

Recommended Posts

6 hours ago, artem_niko said:

No, code:

UniDateTimePicker1.DateTime:=0;

not making blank field:

image.png.e14457f3bbeb9cc8d1fa8d0faad9a4bf.png

Need like this:

image.png.308ea95318c69c144d4c316b8571758d.png

Then try this approach. OnReady event...

procedure TMainForm.UniFormReady(Sender: TObject);
begin
  UniDateTimePicker1.DateTime := 0.0;
  UniDateTimePicker1.JSInterface.JSCall('setValue', []);
end;

 

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...