|
|

|
Raize Panels
| |
Components |
Description |
 |
TRzPanel |
This custom panel component features enhanced display capabilities including a custom Docking Manager. |
 |
TRzGroupBar |
This custom container displays groups of controls in a XP Category-style view or in an Outlook-style interface. |
 |
TRzGroupTemplate |
This nonvisual component is used to define a template of items that can be used to create actual instances of TRzGroup controls. |
 |
TRzPageControl |
This custom page control offers many more display options than the Common Control equivalent. |
 |
TRzTabControl |
This custom tab control offers many more display options than the Common Control equivalent. |
 |
TRzSplitter |
This custom container consists of two panes separated by a splitter bar. The panes, and their contents are automatically resized when the splitter bar is moved. |
 |
TRzSizePanel |
This TRzCustomPanel descendant supports runtime resizing. |
 |
TRzToolbar |
This custom panel automatically positions controls, wraps controls to multiple lines, and provides an extensive component editor to add new controls. |
 |
TRzStatusBar |
This custom container is designed to hold status panes (or any other control) and even provides a SizeGrip for easy window resizing. |
 |
TRzPathBar |
This navigational control manages a set of path items that can be used to present a "you are here" path. |
 |
TRzGroupBox |
This TRzCustomPanel descendant provides more display options as well as automatic enabling/disabling of controls in the group. |
 |
TRzRadioGroup |
This TRzGroupBox descendant automatically creates and manages a set of radio buttons. |
 |
TRzCheckGroup |
This TRzGroupBox descendant automatically creates and manages a set of check boxes. |
 |
TRzDBRadioGroup |
This data-aware TRzGroupBox descendant automatically manages a set of radio buttons. |
|
|

|
Raize Edits
| |
Components |
Description |
 |
TRzEdit |
This edit component supports Custom Framing options as well as right-alignment. |
 |
TRzMaskEdit |
This mask edit component supports the Custom Framing options and right-alignment. |
 |
TRzButtonEdit |
This TRzCustomEdit descendant supports two buttons embedded in the edit field. |
 |
TRzDateTimeEdit |
This TRzCustomEdit descendant supports entering dates and times. A TRzCalendar can be displayed for date selection. |
 |
TRzNumericEdit |
This TRzCustomEdit descendant supports entering numeric data values and custom display formatting. |
 |
TRzSpinEdit |
This TRzCustomEdit descendant supports entering numeric values using an embedded TRzSpinButtons component. |
 |
TRzColorEdit |
This TRzCustomEdit descendant supports selecting colors from a TRzColorPicker. |
 |
TRzExpandEdit |
This TRzCustomEdit descendant supports being automatically resized at runtime to allow more room to enter data. |
 |
TRzHotKeyEdit |
This THotKey descendant adds Custom Framing support. |
 |
TRzMemo |
This memo component supports mouse wheel scrolling, Custom Framing options, and cursor management properites. |
 |
TRzRichEdit |
This rich edit component supports mouse wheel scrolling, Custom Framing options, and cursor management properites. |
 |
TRzSpinner |
This custom component supports selecting an integer value using increment and decrement buttons that are located on each end of the control. |
 |
TRzTrackBar |
This highly flexible track bar component supports built-in thumb styles, owner-draw tick marks, and even custom thumbs. |
 |
TRzDBEdit |
This data-aware edit component supports Custom Framing options as well as right-alignment. |
 |
TRzDBButtonEdit |
This data-aware TRzButtonEdit descendant supports two buttons embedded in the edit field. |
 |
TRzDBDateTimeEdit |
This data-aware TRzDBDateTimeEdit descendant supports entering dates and times. A TRzCalendar can be displayed for date selection. |
 |
TRzDBNumericEdit |
This data-aware TRzCustomEdit descendant supports entering numeric data values and custom display formatting. |
 |
TRzDBSpinEdit |
This data-aware TRzCustomEdit descendant supports entering numeric values using an embedded TRzSpinButtons component. |
 |
TRzDBExpandEdit |
This data-aware TRzExpandEdit descendant supports being automatically resized at runtime to allow more room to enter data. |
 |
TRzDBMemo |
This data-aware memo component supports mouse wheel scrolling, Custom Framing options, and cursor management properites. |
 |
TRzDBRichEdit |
This data-aware rich edit component supports mouse wheel scrolling, Custom Framing options, and cursor management properites. |
 |
TRzDBSpinner |
This data-aware TRzSpinner descendant supports selecting an integer value using increment and decrement buttons that are located on each end of the control. |
 |
TRzDBTrackBar |
This highly flexible data-aware track bar component supports built-in thumb styles, owner-draw tick marks, and even custom thumbs. |
|
|

|
Raize Lists
| |
Components |
Description |
 |
TRzListBox |
This list box component supports incremental keyboard searching, mouse wheel scrolling, and Custom Framing options. |
 |
TRzRankListBox |
This TRzListBox descendant supports re-ordering the items in the list at runtime using the mouse. |
 |
TRzTabbedListBox |
This TRzCustomListBox descendant handles embedded tab characters to display multiple columns. |
 |
TRzCheckList |
This TRzTabbedListBox descendant associates a check box with each item. |
 |
TRzEditListBox |
This TRzCustomListBox descendant supports runtime editing of items using a popup edit window. |
 |
TRzFontListBox |
This TRzCustomListBox descendant supports selecting font names, and includes properties for custom filtering. |
 |
TRzComboBox |
This combo box component supports incremental keyboard searching, auto-complete, and Custom Framing options. |
 |
TRzImageComboBox |
This TRzCustomComboBox descendant supports displaying an image next to each item in the combo box as well as indenting individual items in the list. |
 |
TRzFontComboBox |
This TRzCustomComboBox descendant supports selecting font names, and includes properties for custom filtering. |
 |
TRzMRUComboBox |
This TRzComboBox descendant uses the Windows Registry (32-bit) or an Ini file (16-bit) to manage a most-recently-used list. |
 |
TRzColorComboBox |
This TRzCustomComboBox descendant supports selecting color values, including the standard colors, the Windows system colors, and even custom colors. |
 |
TRzTreeView |
This tree view component supports mouse wheel scrolling and Custom Framing options. |
 |
TRzCheckTree |
This TRzCustomTreeView descendant associates a check box with each node in the tree. |
 |
TRzListView |
This list view component supports mouse wheel scrolling, Custom Framing options, and additional display properties. |
 |
TRzStringGrid |
This TStringGrid descendant supports Custom Framing and additional display options for grid cells. |
 |
TRzDBListBox |
This data-aware list box component supports incremental keyboard searching, mouse wheel scrolling, and Custom Framing options. |
 |
TRzDBComboBox |
This combo box component supports incremental keyboard searching, auto-complete, and Custom Framing options. |
 |
TRzDBLookupComboBox |
This TDBLookupComboBox descendant provides Custom Framing options and the ability to enter a NULL value. |
 |
TRzDBGrid |
This TDBGrid descendant supports Custom Framing and additional display options for grid cells. |
|
|

|
Raize Buttons
| |
Components |
Description |
 |
TRzButton |
This custom button component supports multi-line captions, 3D text styles, and custom button colors. |
 |
TRzBitBtn |
This custom TRzButton descendant supports displaying a glyph as well as multi-line captions, 3D text styles, and custom button colors. |
 |
TRzMenuButton |
This TRzButton descendant supports displaying a popup menu when clicked. |
 |
TRzDialogButtons |
This custom composite component is specifically designed for quickly adding OK, Cancel, and Help buttons to a form. |
 |
TRzSpinButtons |
This custom component manages two buttons which can be oriented either horizontally or vertically and when clicked generated custom events. |
 |
TRzRapidFireButton |
This speed button repeatedly fires its click event as the button is held down. |
 |
TRzCheckBox |
This custom check box supports multi-line captions, customizable glyphs, and three dimensional text styles. |
 |
TRzRadioButton |
This custom radio button supports multi-line captions, customizable glyphs, and three dimensional text styles. |
 |
TRzToolButton |
This custom button control is designed for use on toolbars. It can display images from an image list and can be used to invoke a dropdown menu. |
 |
TRzSpacer |
This custom graphic control is used to separate controls on a TRzToolbar. |
 |
TRzShapeButton |
This custom button component draws a beveled border around the specified bitmap image to create non-rectangular buttons. |
 |
TRzBmpButton |
This custom button component uses bitmaps to depict each state of the button. As a result, the entire button (including the borders) can be customized. |
 |
TRzDBNavigator |
This enhanced DB Navigator provides updated button images, and provides ImageList support to customize the images. |
 |
TRzDBCheckBox |
This data-aware TRzCheckBox descendant supports multi-line captions, customizable glyphs, and three dimensional text styles. |
|
|

|
Raize Display
| |
Components |
Description |
 |
TRzFrameController |
This nonvisual component provides a single location where all controls that support the Custom Framing properties on a form can be changed. |
 |
TRzGroupController |
This nonvisual component provides a single location where the appearance of all TRzGroup controls can be changed. |
 |
TRzMenuController |
This nonvisual component alters the appearance of TMainMenu, TPopupMenu, and TMenuItem components with a more modern appearance. |
 |
TRzLabel |
This custom label component supports 3D text styles and can be rotated along any angle. |
 |
TRzURLLabel |
This TRzLabel descendant supports creating a hyperlink to a web page, an email address, or a file. |
 |
TRzBorder |
This custom graphic component supports many different bordering display capabilities. For containers, see the TRzPanel component. |
 |
TRzLine |
This custom graphic component displays a line from one corner of the bounding rectangle to the other. Line can be customized in many ways: Arrows, Style, Thickness. |
 |
TRzSeparator |
This custom grahpic component is designed to be used as a separator between UI elements. The client area can be filled with a gradient style. |
 |
TRzStatusPane |
This custom status pane displays non-editable text in a frame. |
 |
TRzFieldStatus |
This TRzStatusPane descendant allows a field label to be displayed next to the status caption. |
 |
TRzGlyphStatus |
This TRzStatusPane descendant allows a bitmap to be displayed within the status area. |
 |
TRzProgressStatus |
This TRzStatusPane descendant displays a progress bar within the status area. |
 |
TRzMarqueeStatus |
This TRzStatusPane descendant scrolls its caption across the status area. |
 |
TRzClockStatus |
This TRzStatusPane descendant displays the current time and/or date in a customizable format. |
 |
TRzKeyStatus |
This TRzStatusPane descendant displays the current state of the Caps Lock, Scroll Lock, or Num Lock key. |
 |
TRzVersionInfoStatus |
This TRzStatusPane descendant displays the specified field of the connected TRzVersionInfo component. |
 |
TRzResourceStatus |
This TRzCustomStatusPane descendant displays current levels of system resources (i.e. Memory under Windows NT, 2000, or XP -- System Resources under Windows 95, 98, Me). |
 |
TRzProgressBar |
This custom progress bar component supports many display capabilities including custom borders and LED-style bars. |
 |
TRzMeter |
This custom graphic component displays an integer value using multi-colored LED-bars. |
 |
TRzLEDDisplay |
This custom graphic component displays its caption in an LED-style format. |
 |
TRzBackground |
This custom graphic component supports displaying gradients or textures behind an optional image. |
 |
TRzAnimator |
This custom component supports animating through the images of an image list. |
 |
TRzDBLabel |
This data-aware label component supports 3D text styles and can be rotated along any angle. |
 |
TRzDBStatusPane |
This data-aware TRzStatusPane descendant displays non-editable text in a frame. |
 |
TRzDBStateStatus |
This data-aware TRzStatusPane descendant displays the current state of the selected dataset. |
 |
TRzDBProgressBar |
This data-aware TRzProgressBar descendant supports calculating its percentage from a single column, a single column against a base value, or between two columns. |
|
|

|
Raize Shell
| |
Components |
Description |
 |
TRzShellTree |
This custom tree view displays a Windows Explorer-like view of the Shell namespace. |
 |
TRzShellList |
This custom list view displays a Windows Explorer-like view of a Shell Folder''s contents. |
 |
TRzShellCombo |
This custom combo box displays a Windows Explorer-like combo box of the Shell namespace. |
 |
TRzOpenDialog |
This custom dialog component mimics the common Open dialog, but with more functionality and more display options. |
 |
TRzSaveDialog |
This custom dialog component mimics the common Save dialog, but with more functionality and more display options. |
 |
TRzSelectFolderDialog |
This custom dialog component supports selecting and creating new folders in the Shell namespace. |
|
|

|
Raize Widgets
| |
Components |
Description |
 |
TRzCalendar |
This custom control allows a user to select a date from a month-view calendar (Office-style). |
 |
TRzTimePicker |
This custom control allows a user to specify a time by moving the hands of a clock. |
 |
TRzColorPicker |
This custom control allows a user to select a colors from a grid of colors (Office-style). |
 |
TRzCustomColors |
This nonvisual component maintains a list of custom color values that can be used by TRzColorPicker and TRzColorEdit components. |
 |
TRzRegIniFile |
This nonvisual component allows a user to use a single interface to read/write values to/from an Ini File or the Registry. |
 |
TRzFormState |
This nonvisual component automatically stores the position, size, and maximized state of a form. |
 |
TRzFormShape |
This custom TImage component is used to create non-rectangular forms. Transparent areas of the image define the portion of the form to be removed. |
 |
TRzLauncher |
This nonvisual component can be used to start applications or processes from within your application. |
 |
TRzTrayIcon |
This nonvisual component automatically handles placing your application in the System Tray. |
 |
TRzVersionInfo |
This nonvisual component provides access to the Version Info block of an application. |
 |
TRzBalloonHints |
This custom nonvisual component provides support for multi-line hints as well as balloon-style hint windows. |
 |
TRzLookupDialog |
This dialog component provides an alternative to using a combo box for simple lookups. |
 |
TRzSendMessage |
This nonvisual component supports send a MAPI email message to any number of recipients with any number of file attachments. |
 |
TRzDBLookupDialog |
This dialog component supports searching through records in a dataset. |
|
|
|
|