v6.1 [Oct 6, 2012]
Added support for Embarcadero RAD Studio XE5.
Supported IDEs
- Embarcadero RAD Studio XE5 -- Delphi XE5 & C++Builder XE5
- Embarcadero RAD Studio XE4 -- Delphi XE4 & C++Builder XE4
- Embarcadero RAD Studio XE3 -- Delphi XE3 & C++Builder XE3
- Embarcadero RAD Studio XE2 -- Delphi XE2 & C++Builder XE2
- Embarcadero RAD Studio XE -- Delphi XE & C++Builder XE
- Embarcadero RAD Studio 2010 -- Delphi 2010 & C++Builder 2010
- CodeGear RAD Studio 2009 -- Delphi 2009 & C++Builder 2009
RzButton.pas
- Fixed issue in TRzToolButton where setting Alignment to taLeftJustify or
taRightJustify and Layout to glGlyphRight would cause the caption not to
appear correctly.
RzGroupBar.pas
- Added ItemHotZone property to TRzGroup and TRzGroupController. This
property controls the hot zone for items in the group. The default is
ihzImageCaption, which means the hot zone is when the mouse is positioned
over the image or caption. The other option is ihzItemWidth, which means
the hot zone will be the entire width of the item extending beyond the
caption.
RzListVw.pas
- Fixed issue in TRzListView where re-ordering the Columns would cause the
incorrect column to be sorted.
RzLstBox.pas
- When the ShowItemHints property of TRzListBox and descendants is set to
True and the user clicks on an item that is currently being displayed in
a hint window, the hint window is removed so the selected item is visible.
After 1.5 seconds, the item hint window can be restored.
RzShellOpenForm.pas
- Fixed issue where custom Places that specified a directory path including
a trailing path delimiter would display an empty caption.
- Fixed issues that could occur if the custom places section in the Registry
contained invalid values.
RzTabs.pas
- Fixed issue in TRzPageControl and TRzTabControl where the Menu Button and
Close Button would appear over tabs when MultiLine was set to True.
- Added the FixedDimension public property to TRzTabControl and
TRzPageControl. This property represents the height of the tabs for a
horizontally oriented tabs and the width for vertically oriented tabs.