Archive for the ‘Delphi Components’ Category

After quite a time i’ve finally managed to make a basic help file for my components.

So here are the Links :

I hope you will find it usefull.

New version of GT Component Pack see what’s new :

——————————————————————–
 GT Component Pack Version 1.0.70 Component Count : 70 2009-09-18
+ New Components:
        TgtFormFader :
                is a non visual component that can apply a fade in and/or a fade out effect
                on any form.
        TgtDBGridColumnManager :
                is a non visual component that can be attached into a dbgrid and manage at runtime all properties
                of any column of the associated grid.
                It can also save/load automatically the defined columns code free.
        TgtDBLookUpEdit :
                is as the name implies a db-aware lookupedit control.
                It is written all from scratch.
                It can display 2 fields in separate editors.
                It also has a dropdown list with values of the fields from
                the dataset assosiated to the ListSource property.

+ BugFixes:
+ Enchancements:
——————————————————————–

Grid Column Manager

gridcolumnmanager

GTDBLookUpEdit

dblookupedit

 

Download GTComponentPack 1.0.70

Download GTComponentMegaPackDemo 1.0.70
1 Star2 Stars3 Stars4 Stars5 Stars (8 votes, average: 5.00 out of 5)
Loading ... Loading ...

There is a new version of GT Component Pack out see what’s new :
——————————————————————–
GT Component Pack Version 1.0.65 Component Count : 67 2009-08-27
+ New Components:
TgtSplashScreen :
  is a non visual component that can display a splash screen at the begging
  of the application.

  •   You can define the display duration of the splash.
  •   You can define if the screen will be automatically closed after the duration has passed
      or it will be closed manually by code.
  •   You can determine the position and size of the splash screen.
  •   You can load a picture to be displayed.

TgtYouTubeVideoPlayer :
is a visual component that will display a video from youtube(currently is supported but it will propably work with other sites)
using the embedded code that is provided from youtube and other youtube like sites.

GT YouTube Video Player.
GT Youtube Video Player

GT Splash Screen
GT Splash Screen

Download GTComponentPack 1.0.65

Download GT Component Pack Demo 1.0.65

New of version of GT Component Pack see what’s new :

——————————————————————–
 GT Component Pack Version 1.0.60 Component Count : 65 2009-08-20
+ New Components:
+ BugFixes:
        Fixed color and width in IPEdit.
        Fixed IP validation in IPEdit now it also validates IP given
        not only when enter key is pressed but also when the last editor
        fires up the OnExit event.
+ Enchancements:
——————————————————————–

Download GTComponentPack 1.0.60

A new version of GT Component Pack is out see what’s new.

——————————————————————–
 GT Component Pack Version 1.0.55 Component Count : 65 2009-08-12
+ New Components:
        TgtDBGridExporter
                A component that “hooks” to a TDBGrid or a descentant of it and can export the data of the grid into a file.
                It has a feature to add a popupmenu to the grid if the grid has none and fully customizable menu captions.
                If the grid has already a popupmenu then it adds the needed menus to the bottom of the popupmenu.

        TgtDBEdit
        TgtDBMemo
        TgtDBImage
        TgtDBListBox
        TgtDBComboBox
        TgtDBLookUpListBox
        TgtDBLookUpComboBox
        TgtDBRichEdit
                All the above components are descentants of the standard Delphi DB Aware controls, the difference is that all have
                a bound label that is created when the component is created(like LabeledEdit).
                The bound label can be positioned in the following positions :
                        blpLeft
                        blpRight
                        blpTopLeft
                        blpTopRight
                        blpBottomLeft
                        blpBottomRight

        TgtDBProgressBar
        TgtDBTrackBar
        TgtDBUpDown
        TgtDBShape
        TgtDBGauge
                All the above controls are DB Aware versions of the controls they descent from.
                ProgressBar,TrackBar and Gauge can be used to show in a graphical way the value of an integer field.
                The shape descentant changes the brush color depending on the value of the field.It is actually a color display field.
        TgtDBDateTimePicker
                Is another DBDateTimePicker but it is all written from scratch.
——————————————————————–

Download GTComponentPack 1.0.55

Download GTComponentPack Demo 1.0.55

A new version of GT DelphiComponent Pack is out let’s see what’s new :

GT Component Pack Version 1.0.50 Component Count : 50 2009-07-30

+ New Components

  • TgtMenuStyler a component that can be attached to one menu or hook all available menus

and override the menus default draw procedures to mimic the menus seen in MS Office and other

applications.ColorScheme is fully customizable.

It works both with TMainMenu and TPopUpMenu as well.

BugFixes

  • The release of the packs where wrong.

 

New Menu Styler Component :
MenuStyler PopUpMenu

MenuStyler MainMenu

Download Component Pack

Download Component Pack Demo

Here is a new version of GT Component Pack see what’s new :

 GT Component Pack Version 1.0.45 Component Count : 49 2009-07-11
+ New Components:
+ BugFixes:
+ Enchancements:
 TgtInfoTrayDialog did not display properly on Windows Vista.
 TgtFileDownLoad  some string conversions issues where solved.

  

 

Download GTComponent Pack 1.0.45

Download GT Component Pack Demo 1.0.45

Ok let’s see what’s new in this version
——————————————————————–
GT Component Pack Version 1.0.40 Component Count : 49 2009-07-08
+ New Components :
+ BugFixes :
TgtStatusBar did not destroy all panel related controls.
TgtCustomDialogButton ActionResult was not created on all occasions
and an AV was raised.
TgtStringStore Count property was missing.


+ Enchancements :
TgtGroupBox
OnCheckBoxClick event added
TgtIPEdit
IP edits accepts now only numeric values.
IP edits now cannot accept more than 3 characters

Download Demo

Download Component Pack

Ok see what’s new in this version :
GT Component Pack Version 1.0.35 Component Count : 49 2009-07-06
+ New Components :
TgtInfoTrayDialog
A form dialog component which has the same visual result as
a Windows Messenger dialog.

tray_info_dialog

Download version 1.0.35 demo

Download component pack 1.0.35

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

Here is a new of version of the GT Component Pack see what’s new :
+ New Components :
TgtPrinterCombo

tgtprintercombo
 (ComboBox that lists the available printers)
TgtFontCombo

tgtfontcombo
 (ComboBox that lists the available fonts)
TgtSQLServerCombo

tgtsqlservercombo
 (ComboBox that lists the available SQL Servers)
TgtNetResourceCombo

tgtnetresourcecombo
 (ComboBox that lists the available NetWork Resources)
TgtFileDownload

tgtfiledownload
 (Component that can download files from the Internet)
+ BugFixes :
Minor BugFixes at o_GTButtons.
+ Enchancements :
TgtFormEvents now works even the related form is the main form.

o_gtcombos

Download GT Component Pack Demo

Download GT Component Pack 1.0.30
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

A support Vote
  • Top Borland Sites
Site Information
  • http://www.gtdelphicomponents.gr/?feed=rss2
Sponsors
  • http://www.rfsource.gr
Login

UserOnline