hi guys,
I got a text box called txtDate on my form and I want it to display current system date everytime i run the form.
How is it possible?
cheers, mario
Code: Select all
vars
d : Date;
begin
txtDate.text := d.format(app.currentLocaleInfo.dateInfo.shortFormat);
end;
Code: Select all
jemDate.setTextFromDate( app.actualTimeServer.date );
Return to “General Discussion”
Users browsing this forum: No registered users and 12 guests