![]() |
ALPHA-VISION® Functions of Data Object Server: Usr_GetObjList |
Usr_GetObjList(test.ini,s_1_dir)
Wnd_Dialog(TEST1,5)
It refers to the following ini-file / section: -
test.ini : : [s_1_dir] 01=Test_10 02=Test_11 03=Test_12 04=Test_13 05=Test_14 [next_Section] : :
- the following Data Objects are read
Test_10
Test_11
Test_12
Test_13
Test_14
After handing over to Dialog Window "TEST1":
PointID Test_10 is available as $Wnd5
PointID Test_11 as $Wnd4
PointID Test_12 as $Wnd3
PointID Test_13 as $Wnd2
PointID Test_14 as $Wnd1
Hints and Tips:
Usr_GetObjList(test.ini,s_2_dir);
Wnd_Dialog(Dia_01,3)
The Data Objects of the section ‘s_2_dir’ within the file ‘test.ini’
are read.
3 Data Objects are handed over to the Dialog Window ‘Dia_01’.