Suite16
Components for Delphi16
by George L. Roberts
(
robertsg@nettally.com)
gCalendar
is a descendant of the TCustomGrid class. It adds a date navigation bar to a simple calendar.gCombo
is a descendant of the TCustomComboBox class. Implements an item search (on 1st letter only) and storage of a keys list which may be used in conjunction with the ItemIndex property.gOraDb provides easy access to Oracle databases. Once the Instance, User and Password properties are set, you are ready to connect. Other nice features include the Logon and ChangePassword methods.
gPassDlg displays a password style dialog box.
gSpinTime is a descendant of the TCustomMaskEdit class. It was created to provide a means of adding and subtracting increments of fifteen, thirty, and sixty minutes from any given time. Use the MinuteIncrement property to set the number of minutes to add or subtract. Use the TimeFormat property to set the display mode from twelve hour to twenty-four hour. Use the Text property to initially set the time.
gStatus is a TCustomPanel descendant. It provides three panels in which different information may be displayed.
gToolBar is a TPanel descendant. It automatically adjusts and aligns embedded TSpeedButtons components. Buttons are adjusted for two different styles (Text and Text & Glyph) of display. Also, the component user may specify whether particular buttons align to the left or right sides of the toolbar.
Installation:
Start Delphi and select the [Options], [Install Components] menu. Next, press the (Add) button and specify SpinTime.Pas
as the module name. Once you press the (OK) button, Delphi will recompile the Visual Component Library and you will find the SpinTime icon on the Samples page of component palette.Warning:
This software is provided as is. No warranty is given by the author, expressed or implied. Use this software at your own risk. The author assumes no responsibility for any damage from the use of this software.
Note:
This software is freeware which means that it is free for use and distribution. The about property of the component must not be removed, or masked in any way.