Difference between revisions of "Gestinux util"

From Gestinux Wiki
Jump to navigation Jump to search
(Created page with 'Gestinux is based on an utility package containing visual and non-visual components : * Non-Visual components ** TGDbConnection ** TGDbQuery ** TGTable * Visual components ** T
')
 
Line 1: Line 1:
 
Gestinux is based on an utility package containing visual and non-visual components :
 
Gestinux is based on an utility package containing visual and non-visual components :
  
* Non-Visual components  
+
 
** TGDbConnection
+
== Database Non-Visual components ==
** TGDbQuery
+
 
** TGTable
+
They are only for database connection and management.
* Visual components
+
 
** TGGrid
+
Currently based on Zeos Dbo components, with some methods added to create (and update) table structure from the datamodule.
** TGDbGrid
+
 
** TGNavButtons
+
Gestinux uses only descendants of TZConnection, TZQuery and TZTable.
** TGEdit
+
 
** TGLabel
+
Other midleware, specially the interface provided with Lazarus are said to be faster.
** TGEditButton
+
One bad point is taht comonents are specific to one DBMS, and not following DBMS versions quickly enough.
** TGCheckBox
+
If someone wants to develop the same functionnalities and compare, he is welcome !
** TGComboBox
+
 
** TGRadioGroup
+
* [[TGDbConnection]]
** TGDateEdit
+
* [[TGDbQuery]]
** TGPeriodEdit
+
* [[TGTable]]
** TGSpinEdit
+
 
** TGMemo
+
 
** TGMainMenu
+
== Visual components ==
** TGPopupMenu
+
 
** TGButton
+
* [[TGGrid]]
** TGColorEdit
+
* [[TGDbGrid]]
** TGPageControl
+
* [[TGNavButtons]]
** TGFrame
+
* [[TGEdit]]
 +
* [[TGLabel]]
 +
* [[TGEditButton]]
 +
* [[TGCheckBox]]
 +
* [[TGComboBox]]
 +
* [[TGRadioGroup]]
 +
* [[TGDateEdit]]
 +
* [[TGPeriodEdit]]
 +
* [[TGSpinEdit]]
 +
* [[TGMemo]]
 +
* [[TGMainMenu]]
 +
* [[TGPopupMenu]]
 +
* [[TGButton]]
 +
* [[TGColorEdit]]
 +
* [[TGPageControl]]
 +
* [[TGFrame]]

Revision as of 19:15, 11 October 2012

Gestinux is based on an utility package containing visual and non-visual components :


Database Non-Visual components

They are only for database connection and management.

Currently based on Zeos Dbo components, with some methods added to create (and update) table structure from the datamodule.

Gestinux uses only descendants of TZConnection, TZQuery and TZTable.

Other midleware, specially the interface provided with Lazarus are said to be faster. One bad point is taht comonents are specific to one DBMS, and not following DBMS versions quickly enough. If someone wants to develop the same functionnalities and compare, he is welcome !


Visual components