Properties |
Description |
Data Type |
Flags |
Default Value |
text |
contains todo item text |
String |
read,write, bound |
"" |
allToDoItems |
contains all todo items, such that in each element the date is stored as the first ten characters, the time is stored in the following six characters followed with the text of the todo item |
Vector |
read,write, bound |
null |