EndImport (CM)
procedure EndImport;
Cette procédure termine une opération d'importation.
| Pas de paramètre |
Exemple
begin
ClassManager.BeginImport;
try
...
finally
ClassManager.EndImport;
end;
end;
Voir aussi
procedure EndImport;
Cette procédure termine une opération d'importation.
| Pas de paramètre |
Exemple
begin
ClassManager.BeginImport;
try
...
finally
ClassManager.EndImport;
end;
end;
Voir aussi