Just for curiosity: why this code gives an AV instead of throwing an exception?
procedure TForm1.Button1Click(Sender: TObject);
var fs: TFormatSettings;
begin
strtodate('2011-01-01', fs);
end;
|
Just for curiosity: why this code gives an AV instead of throwing an exception?
| |||||
feedback
|
|
Your code raises an exception because
| |||||||||||||
feedback
|