Hi,
is there any difference between TIBXDataset and TDataset?
Regards,
Josef
TIBCDataset vs TDataset
-
Josef Gschwendtner
- Posts: 6
- Joined: Wed 04 Jul 2007 11:40
TIBCDataset vs TDataset
TIBCDataset (not TIBXDataset)
Josef
Josef
-
Josef Gschwendtner
- Posts: 6
- Joined: Wed 04 Jul 2007 11:40
The main purpose of TIBCDataSource is to simplify design-time visual development. Firstly it is situated on the same palette tab as dataset components, secondly - it is automatically catches the nearest dataset to the drop place (within 24 pixels around). These features are quite handy for visual designing.
Ah, ok, was alreading searching the docu.Alex wrote:The main purpose of TIBCDataSource is to simplify design-time visual development. Firstly it is situated on the same palette tab as dataset components, secondly - it is automatically catches the nearest dataset to the drop place (within 24 pixels around). These features are quite handy for visual designing.
Would be nice to have that info in the helpfile.