CHECKTABLEEXIST
Cette fonction permet de vérifier si une table existe sur l’appareil mobile. L’Anveo Synchronization Package définit les tables Dynamics qui sont envoyées à l’appareil mobile.
bool CHECKTABLEEXIST(string TableName); example: if CHECKTABLEEXIST(‘foobar’) then local foobar = Record(‘foobar’); foobar.INIT(); … end;