SelectSociety (CM)
procedure SelectSociety(const iSocietyName:string);
Cette procédure positionne la société courante.
| iSocietyName | Le nom de la société à positionner comme société courante. |
Exemple :
//Procedure Test_some_test;
var dbi:TDatabaseinfo;
begin
// do some test in he S1 context
ClassManager.SelectSociety('S1');
...
end;
Voir aussi :