Difference between revisions of "Extended Components"

From Free Pascal wiki
Jump to navigationJump to search
(Update)
m (Fix typos; wiki markup; dead links; add category)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Extended Components are DELPHI and LAZARUS components.
 
  
The [http://extended.liberlog.fr Extended Components] are part of a [http://xmlframes.liberlog.fr Very Rapid Applications Development framework].
+
Optimized Linux, macOS and Windows (not tested for MAC, but should compile) management components to manipulate a lot of libraries on Delphi 2006, XE3, XE5 and Lazarus:
  
 +
* N-N, N-1, N-N-N relationships which needs an simple extension only for N-N-N.
 +
* DB colors
 +
* DB images with JPEG, PNG, BMP, etc.
 +
* DB Numeric, NumEdit and Operation, Spin Edit
 +
* DB Listview loaded parts by parts
 +
* DB Images and Imagelists
 +
* IniFile with forms, which can save a lot of values of visual components
 +
* XPChecks
 +
* DB navigation with record moving, search button, bookmark buttons
 +
* An embedded demo of GroupView and some components
 +
* Directory Edit on Data
 +
* Customized Images buttons and ImageList buttons
 +
* Radios Group with values
 +
* Cloned controls panel
 +
* Customized Fortes reports components
 +
* DBGrid, Datasource and Virtual Tree reports
 +
* Updating software from http
  
Optimized LINUX, WINDOWS and MAC OSX (not tested every time for MAC, but should compile) management components to manipulate a lot of libraries, on DELPHI 2006 and [http://www.lazarus.freepascal.org/ LAZARUS] :
+
The Extended Components are part of a [[Projects_using_Lazarus/fr#Extended_Man.2FXML_Frames|Very Rapid Applications Development framework]].
* N-N, N-1, N-N-N relation-ships which needs an simple extension only for N-N-N.
 
* DB colors
 
* DB images with JPEG, PNG, BMP, etc.
 
* DB Numeric and Spin Edit
 
* DB Listview loaded parts by parts
 
* DB Images and Imagelists
 
* Inifile with forms, which can save a lot of values of visual components
 
* XPChecks
 
* DB navigation with record moving, search button, bookmark buttons
 
* an embeded demo of GroupView and some components
 
* Directory Edit on Data
 
* Customized Images' buttons and ImageList's buttons
 
* Radios Group with values
 
* Cloned controls' panel
 
* Customized Fortes report's components
 
* DBGrid, Datasource and Virtual Tree reports
 
* Updating software form http
 
  
On Windows and Linux 32 and 64 bits. on Mac-0SX 32 bits.
+
On Windows and Linux 32 and 64 bits and on macOS 32 bits.
  
Every Controls have special colors while focusing and editing. TFW Controls are just that.
+
Every Control has special colors while focusing and editing. TFW Controls are just that.
  
There are also a lot of buttons in 2 versions with centralized Glyphs.
+
There are also a lot of buttons in two versions with centralized Glyphs.
  
[http://code.google.com/p/extended/wiki/download Download]
+
[http://bitbucket.org/matthieugiroux/extended/downloads Download]
  
 +
[[Category:Lazarus]]
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 14:10, 10 August 2020

Optimized Linux, macOS and Windows (not tested for MAC, but should compile) management components to manipulate a lot of libraries on Delphi 2006, XE3, XE5 and Lazarus:

  • N-N, N-1, N-N-N relationships which needs an simple extension only for N-N-N.
  • DB colors
  • DB images with JPEG, PNG, BMP, etc.
  • DB Numeric, NumEdit and Operation, Spin Edit
  • DB Listview loaded parts by parts
  • DB Images and Imagelists
  • IniFile with forms, which can save a lot of values of visual components
  • XPChecks
  • DB navigation with record moving, search button, bookmark buttons
  • An embedded demo of GroupView and some components
  • Directory Edit on Data
  • Customized Images buttons and ImageList buttons
  • Radios Group with values
  • Cloned controls panel
  • Customized Fortes reports components
  • DBGrid, Datasource and Virtual Tree reports
  • Updating software from http

The Extended Components are part of a Very Rapid Applications Development framework.

On Windows and Linux 32 and 64 bits and on macOS 32 bits.

Every Control has special colors while focusing and editing. TFW Controls are just that.

There are also a lot of buttons in two versions with centralized Glyphs.

Download