User Tools

Site Tools


built_in:database

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:database [2017/04/29 20:40]
47.35.130.92 Startup
built_in:database [2017/04/30 04:47] (current)
Line 25: Line 25:
  
 //Called when application is started.    //Called when application is started.   
-function startup()   +function OnStart()   
 {    {   
     //Create a layout with objects vertically centered.        //Create a layout with objects vertically centered.   
Line 64: Line 64:
     //Get all the table rows.            //Get all the table rows.       
     DisplayAllRows();       DisplayAllRows();  
-}   (Display)+}   
  
 //Called when user touches our 'Add' button.    //Called when user touches our 'Add' button.   
Line 117: Line 117:
     }        }   
     txt.SetText( s );        txt.SetText( s );   
-}   Data sms+}   
  
 //Callback to show errors.    //Callback to show errors.   
built_in/database.1493498430.txt.gz · Last modified: 2017/04/30 04:40 (external edit)