var
sPath : string;
begin
...
if not FileExists( sPath ) then
begin
MessageDlg( Format( 'File "%s" not found.', [sPath] ), mtError, [mbOk], 0 );
exit;
end;
...
end;
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment