mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
.reference (replaced THISBACKs)
This commit is contained in:
parent
baff766249
commit
8fc23a3bf3
43 changed files with 106 additions and 3313 deletions
|
|
@ -8,7 +8,7 @@ using namespace Upp;
|
|||
PostgreSQLTest::PostgreSQLTest()
|
||||
{
|
||||
CtrlLayout(*this, "PostgreSQL Test");
|
||||
m_refresh <<= THISBACK(ShowTestData);
|
||||
m_refresh <<= THISFN(ShowTestData);
|
||||
m_array.SetTable(TESTPARTNER);
|
||||
m_array.AddKey(TESTPARTNER_ID);
|
||||
m_array.AddColumn(TESTPARTNER_NAME, "Name");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue