Thanks for that.How do you access the ShortDateFormat variable?
Unit XXXXXXX;Interface uses Sysutils; ......procedure SetShortDateFormatDDMMYYYY;Implementation//uses sysutils; //or here not bothprocedure SetShortDateFormatDDMMYYYY;begin sysutils.DefaultFormatSettings.ShortDateFormat:= 'DD/MM/YYYYY';end;