data-aware Questions

5

Solved

Does anyone know of a TDataset descendant that works with Generics and RTTI, so that I can write code like this, and make use of data-aware components in the GUI? : ... ds:TDataset<TPerson>;...
Granddaughter asked 2/3, 2012 at 13:2

1

Solved

Data-aware controls can be linked to datasets to display data contained in fields in the current row, or in some cases, data from one or more columns along multiple rows. And the TTabControl lets y...
Scene asked 20/3, 2012 at 19:3

7

Solved

I want to know your opinion about using data-aware components in projects. Which are the 'strength' and 'weak' points of developing applications(win32 and web), by using Delphi and data-aware...
Worst asked 18/1, 2011 at 9:41

9

Solved

I gave up on Delphi's DBGrid nearly a decade ago because it is simply no good. Since then, I have used Virtual TreeView which offers a lot of value but it has a few issues. Like the current state o...
Massey asked 3/8, 2009 at 8:24

2

Solved

I am trying to define the best way to refactor the project I am working on. Due to lack of good design almost all project is made up of: 1) forms containing business logic 2) huge datamodules (1...
Inimical asked 29/10, 2010 at 12:24

5

Solved

What is the preferable way to write Delphi database applications using transactions and also data-aware components? I have to write a client app that access InnoDB tables, and do some master-detai...
Am asked 30/9, 2010 at 18:1
1

© 2022 - 2024 — McMap. All rights reserved.