Type: Class
- setupMenu() (method)
- dummy (variable)
Refering articles:
- DataRow.vetoDelete() rewritten (code changes 04.03.06) — New implementation of DataRow.vetoDelete() who tests whether a row can be deleted. Basically you cannot delete a row if other rows are pointing to it. more
- self._sqlName (14.09.05) — Table, Field and Join now have a _sqlName attribute which holds their «sqlName». This is currently simply their given name prefixed with an "x". adamo talks to the database using the sqlName and to user code using the given name. more
- change table definition syntax (12.08.05) — Bad news: a lot of source code must still be changed. Good news: it becomes more beautiful. more