語法
新增項目 : Add_List_Element( 'Block.Item', Index_num, Lable_Value, Data_Value );
刪除項目 : Delete_List_Element( 'Block.Item', Index_Num );
刪除全部項目 : Clear_List( 'Block.Item' );
取得筆數 : Get_List_Element_Count( 'Block.Item' );
取得項目 Label : Get_List_Element_Label( 'Block.Item', Index_Num );
取得項目 Value : Get_List_Element_Value( 'Block.Item', Index_Num );
將 List Item 資料回填至 Record Group : Retrieve_List;
將 Record Group 資料回填至 List Item : Populate_List;