Raize Components

by Raize Software - 製品のタイプ: コンポーネント / VCL

ご案内:特に説明のない限り、この商品は英語版商品になります。
Raize Components - VCL - V5.0 のスクリーンショットBuild professional-looking Delphi and C++ Builder applications. Raize Components is a collection of more than 125 native VCL components for use in Delphi and C++Builder. Built on a foundation of technology first created more than ten years ago, these high-quality components give developers power and flexibility without sacrificing ease-of-use. Raize Components includes a large selection of visual components for you to choose from, each designed for complete flexibility via an extensive set of interfaces. Comes with complete source code.

¥55,440 (税込)

一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。

Raize Components V5.0

カートに追加 ¥ 55,440 (税込) 1 Developer License
メーカーパーツ番号: RC5
ダウンロード (33.2 MB)
カートに追加 ¥ 249,375 (税込) 5 Developer Team License
メーカーパーツ番号: RC5TEAM
ダウンロード (33.2 MB)
カートに追加 ¥ 13,755 (税込) 1 Developer Upgrade License from V4.0
メーカーパーツ番号: RC5URC4
要確認 ダウンロード (33.2 MB)
カートに追加 ¥ 24,885 (税込) 1 Developer Upgrade License from V3.0
メーカーパーツ番号: RC5URC3
要確認 ダウンロード (33.2 MB)
カートに追加 ¥ 41,580 (税込) 1 Developer Upgrade License from V2.0
メーカーパーツ番号: RC5URC2
ダウンロード (33.2 MB)

Raize Components V5.0 - Academic License

カートに追加 ¥ 42,420 (税込) 1 Academic License 要確認 ダウンロード (33.2 MB)

すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。 

一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。

What's New in V5.x

  • Full support for CodeGear RAD Studio 2009 (including Delphi 2009 and C++Builder 2009)

For more detailed information, please refer to the What's New document in the Evals & Downloads page.


Raize Components includes many advanced display controls.
In addition to the core set of controls, Raize Components includes more than 100 component designers focused on simplifying user interface development. Now more than ever, developers use Raize Components to build sophisticated user interfaces in less time with less effort.

Raize Components comes with complete source code for all components, packages, and designers at no additional charge. Documentation is provided through an extensive context-sensitive online help system. Raize Components also features One-Step Installation, Automatic Help Integration, and Dynamic Component Registration.

Raize Components 5 focuses on the features and enhancements most requested by its users. For example, there are many developers interested in developing their user interfaces using Unicode in CodeGear RAD Studio2009 (including Delphi 2009 and C++Builder 2009). Raize Components 5 now provides full support for Unicode when using RAD Studio 2009.

Another very popular request has been for a mechanism to persist property values between program runs. Raize Components 5 now includes the new TRzPropertyStore component, which makes it very easy to do exactly this. Connect the TRzPropertyStore to a TRzRegIniFile and then select the components and properties to be persisted using a collection editor--you don't even need to type in property names as the built-in property editors take care listing all of the properties available in the selected component. Call the Save and Load methods in your code and you're done.

The main request was for the more popular controls. TRzPageControl and TRzTabControl are certainly no exception, and Raize Components 5 includes many enhancements to these two powerful controls. For example, ever since Internet Explorer 7 started placing a close button just on the active tab, developers have requested the same functionality in Raize Components. Well, in Raize Components 5, all you need to do is to set the ShowCloseButtonOnActiveTab property in either control to True, and you get the enhanced functionality.


The components in Raize Components are grouped into the following seven component palette pages. Rather than isolate the data-aware controls on a separate page, controls are grouped by type and data-aware controls reside on the same page as their non-data-aware counterparts.

  • Raize Panels
  • Raize Edits
  • Raize Lists
  • Raize Buttons
  • Raize Display
  • Raize Shell
  • Raize Widgets

Raize Panels

ComponentsDescription
TRzPanelThis custom panel component features enhanced display capabilities including a custom Docking Manager.
TRzGroupBarThis custom container displays groups of controls in a XP Category-style view or in an Outlook-style interface.
TRzGroupTemplateThis non-visual component is used to define a template of items that can be used to create actual instances of TRzGroup controls.
TRzPageControlThis custom page control offers many more display options than the Common Control equivalent.
TRzTabControlThis custom tab control offers many more display options than the Common Control equivalent.
TRzSplitterThis 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.
TRzSizePanelThis TRzCustomPanel descendant supports runtime resizing.
TRzToolbarThis custom panel automatically positions controls, wraps controls to multiple lines, and provides an extensive component editor to add new controls.
TRzStatusBarThis custom container is designed to hold status panes (or any other control) and even provides a SizeGrip for easy window resizing.
TRzPathBarThis navigational control manages a set of path items that can be used to present a "you are here" path.
TRzGroupBoxThis TRzCustomPanel descendant provides more display options as well as automatic enabling/disabling of controls in the group.
TRzRadioGroupThis TRzGroupBox descendant automatically creates and manages a set of radio buttons.
TRzCheckGroupThis TRzGroupBox descendant automatically creates and manages a set of check boxes.
TRzDBRadioGroupThis data-aware TRzGroupBox descendant automatically manages a set of radio buttons.

Raize Edits

ComponentsDescription
TRzEditThis edit component supports Custom Framing options as well as right-alignment.
TRzMaskEditThis mask edit component supports the Custom Framing options and right-alignment.
TRzButtonEditThis TRzCustomEdit descendant supports two buttons embedded in the edit field.
TRzDateTimeEditThis TRzCustomEdit descendant supports entering dates and times. A TRzCalendar can be displayed for date selection.
TRzNumericEditThis TRzCustomEdit descendant supports entering numeric data values and custom display formatting.
TRzSpinEditThis TRzCustomEdit descendant supports entering numeric values using an embedded TRzSpinButtons component.
TRzColorEditThis TRzCustomEdit descendant supports selecting colors from a TRzColorPicker.
TRzExpandEditThis TRzCustomEdit descendant supports being automatically resized at runtime to allow more room to enter data.
TRzHotKeyEditThis THotKey descendant adds Custom Framing support.
TRzMemoThis memo component supports mouse wheel scrolling, Custom Framing options, and cursor management properites.
TRzRichEditThis rich edit component supports mouse wheel scrolling, Custom Framing options, and cursor management properites.
TRzSpinnerThis custom component supports selecting an integer value using increment and decrement buttons that are located on each end of the control.
TRzTrackBarThis highly flexible track bar component supports built-in thumb styles, owner-draw tick marks, and even custom thumbs.
TRzDBEditThis data-aware edit component supports Custom Framing options as well as right-alignment.
TRzDBButtonEditThis data-aware TRzButtonEdit descendant supports two buttons embedded in the edit field.
TRzDBDateTimeEditThis data-aware TRzDBDateTimeEdit descendant supports entering dates and times. A TRzCalendar can be displayed for date selection.
TRzDBNumericEditThis data-aware TRzCustomEdit descendant supports entering numeric data values and custom display formatting.
TRzDBSpinEditThis data-aware TRzCustomEdit descendant supports entering numeric values using an embedded TRzSpinButtons component.
TRzDBExpandEditThis data-aware TRzExpandEdit descendant supports being automatically resized at runtime to allow more room to enter data.
TRzDBMemoThis data-aware memo component supports mouse wheel scrolling, Custom Framing options, and cursor management properites.
TRzDBRichEditThis data-aware rich edit component supports mouse wheel scrolling, Custom Framing options, and cursor management properites.
TRzDBSpinnerThis data-aware TRzSpinner descendant supports selecting an integer value using increment and decrement buttons that are located on each end of the control.
TRzDBTrackBarThis highly flexible data-aware track bar component supports built-in thumb styles, owner-draw tick marks, and even custom thumbs.

Raize lists

ComponentsDescription
TRzListBoxThis list box component supports incremental keyboard searching, mouse wheel scrolling, and Custom Framing options.
TRzRankListBoxThis TRzListBox descendant supports re-ordering the items in the list at runtime using the mouse.
TRzTabbedListBoxThis TRzCustomListBox descendant handles embedded tab characters to display multiple columns.
TRzCheckListThis TRzTabbedListBox descendant associates a check box with each item.
TRzEditListBoxThis TRzCustomListBox descendant supports runtime editing of items using a popup edit window.
TRzFontListBoxThis TRzCustomListBox descendant supports selecting font names, and includes properties for custom filtering.
TRzComboBoxThis combo box component supports incremental keyboard searching, auto-complete, and Custom Framing options.
TRzImageComboBoxThis TRzCustomComboBox descendant supports displaying an image next to each item in the combo box as well as indenting individual items in the list.
TRzFontComboBoxThis TRzCustomComboBox descendant supports selecting font names, and includes properties for custom filtering.
TRzMRUComboBoxThis TRzComboBox descendant uses the Windows Registry (32-bit) or an Ini file (16-bit) to manage a most-recently-used list.
TRzColorComboBoxThis TRzCustomComboBox descendant supports selecting color values, including the standard colors, the Windows system colors, and even custom colors.
TRzTreeViewThis tree view component supports mouse wheel scrolling and Custom Framing options.
TRzCheckTreeThis TRzCustomTreeView descendant associates a check box with each node in the tree.
TRzListViewThis list view component supports mouse wheel scrolling, Custom Framing options, and additional display properties.
TRzStringGridThis TStringGrid descendant supports Custom Framing and additional display options for grid cells.
TRzDBListBoxThis data-aware list box component supports incremental keyboard searching, mouse wheel scrolling, and Custom Framing options.
TRzDBComboBoxThis combo box component supports incremental keyboard searching, auto-complete, and Custom Framing options.
TRzDBLookupComboBoxThis TDBLookupComboBox descendant provides Custom Framing options and the ability to enter a NULL value.
TRzDBGridThis TDBGrid descendant supports Custom Framing and additional display options for grid cells.

Raize Buttons

ComponentsDescription
TRzButtonThis custom button component supports multi-line captions, 3D text styles, and custom button colors.
TRzBitBtnThis custom TRzButton descendant supports displaying a glyph as well as multi-line captions, 3D text styles, and custom button colors.
TRzMenuButtonThis TRzButton descendant supports displaying a popup menu when clicked.
TRzDialogButtonsThis custom composite component is specifically designed for quickly adding OK, Cancel, and Help buttons to a form.
TRzSpinButtonsThis custom component manages two buttons which can be oriented either horizontally or vertically and when clicked generated custom events.
TRzRapidFireButtonThis speed button repeatedly fires its click event as the button is held down.
TRzCheckBoxThis custom check box supports multi-line captions, customizable glyphs, and three dimensional text styles.
TRzRadioButtonThis custom radio button supports multi-line captions, customizable glyphs, and three dimensional text styles.
TRzToolButtonThis 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.
TRzSpacerThis custom graphic control is used to separate controls on a TRzToolbar.
TRzShapeButtonThis custom button component draws a beveled border around the specified bitmap image to create non-rectangular buttons.
TRzBmpButtonThis custom button component uses bitmaps to depict each state of the button. As a result, the entire button (including the borders) can be customized.
TRzDBNavigatorThis enhanced DB Navigator provides updated button images, and provides ImageList support to customize the images.
TRzDBCheckBoxThis data-aware TRzCheckBox descendant supports multi-line captions, customizable glyphs, and three dimensional text styles.

Raize Display

ComponentsDescription
TRzFrameControllerThis nonvisual component provides a single location where all controls that support the Custom Framing properties on a form can be changed.
TRzGroupControllerThis nonvisual component provides a single location where the appearance of all TRzGroup controls can be changed.
TRzMenuControllerThis nonvisual component alters the appearance of TMainMenu, TPopupMenu, and TMenuItem components with a more modern appearance.
TRzLabelThis custom label component supports 3D text styles and can be rotated along any angle.
TRzURLLabelThis TRzLabel descendant supports creating a hyperlink to a web page, an email address, or a file.
TRzBorderThis custom graphic component supports many different bordering display capabilities. For containers, see the TRzPanel component.
TRzLineThis 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.
TRzSeparatorThis custom grahpic component is designed to be used as a separator between UI elements. The client area can be filled with a gradient style.
TRzStatusPaneThis custom status pane displays non-editable text in a frame.
TRzFieldStatusThis TRzStatusPane descendant allows a field label to be displayed next to the status caption.
TRzGlyphStatusThis TRzStatusPane descendant allows a bitmap to be displayed within the status area.
TRzProgressStatusThis TRzStatusPane descendant displays a progress bar within the status area.
TRzMarqueeStatusThis TRzStatusPane descendant scrolls its caption across the status area.
TRzClockStatusThis TRzStatusPane descendant displays the current time and/or date in a customizable format.
TRzKeyStatusThis TRzStatusPane descendant displays the current state of the Caps Lock, Scroll Lock, or Num Lock key.
TRzVersionInfoStatusThis TRzStatusPane descendant displays the specified field of the connected TRzVersionInfo component.
TRzResourceStatusThis TRzCustomStatusPane descendant displays current levels of system resources (i.e. Memory under Windows NT, 2000, or XP -- System Resources under Windows 95, 98, Me).
TRzProgressBarThis custom progress bar component supports many display capabilities including custom borders and LED-style bars.
TRzMeterThis custom graphic component displays an integer value using multi-colored LED-bars.
TRzLEDDisplayThis custom graphic component displays its caption in an LED-style format.
TRzBackgroundThis custom graphic component supports displaying gradients or textures behind an optional image.
TRzAnimatorThis custom component supports animating through the images of an image list.
TRzDBLabelThis data-aware label component supports 3D text styles and can be rotated along any angle.
TRzDBStatusPaneThis data-aware TRzStatusPane descendant displays non-editable text in a frame.
TRzDBStateStatusThis data-aware TRzStatusPane descendant displays the current state of the selected dataset.
TRzDBProgressBarThis 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

ComponentsDescription
TRzShellTreeThis custom tree view displays a Windows Explorer-like view of the Shell namespace.
TRzShellListThis custom list view displays a Windows Explorer-like view of a Shell Folder''s contents.
TRzShellComboThis custom combo box displays a Windows Explorer-like combo box of the Shell namespace.
TRzOpenDialogThis custom dialog component mimics the common Open dialog, but with more functionality and more display options.
TRzSaveDialogThis custom dialog component mimics the common Save dialog, but with more functionality and more display options.
TRzSelectFolderDialogThis custom dialog component supports selecting and creating new folders in the Shell namespace.

Raize Widgets

ComponentsDescription
TRzCalendarThis custom control allows a user to select a date from a month-view calendar (Office-style).
TRzTimePickerThis custom control allows a user to specify a time by moving the hands of a clock.
TRzCalculatorTRzCalculator is a custom panel that displays a calculator with with a user can perform simple mathematical computations.
TRzColorPickerThis custom control allows a user to select a colors from a grid of colors (Office-style).
TRzCustomColorsThis nonvisual component maintains a list of custom color values that can be used by TRzColorPicker and TRzColorEdit components.
TRzRegIniFileThis nonvisual component allows a user to use a single interface to read/write values to/from an Ini File or the Registry.
TRzPropertyStoreTRzPropertyStore is a nonvisual component designed to persist property settings.
TRzFormStateThis nonvisual component automatically stores the position, size, and maximized state of a form.
TRzFormShapeThis custom TImage component is used to create non-rectangular forms. Transparent areas of the image define the portion of the form to be removed.
TRzLauncherThis nonvisual component can be used to start applications or processes from within your application.
TRzTrayIconThis nonvisual component automatically handles placing your application in the System Tray.
TRzVersionInfoThis nonvisual component provides access to the Version Info block of an application.
TRzBalloonHintsThis custom nonvisual component provides support for multi-line hints as well as balloon-style hint windows.
TRzLookupDialogThis dialog component provides an alternative to using a combo box for simple lookups.
TRzSendMessageThis nonvisual component supports send a MAPI email message to any number of recipients with any number of file attachments.
TRzDBLookupDialogThis dialog component supports searching through records in a dataset.

商品検索

検索したい単語を入力して下さい:

クイック リンク