Skip to content

MauricDaniel/BoldDevEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoldDevEx

Bold-aware DevEx controls

'Express BoldEditors' component tab in IDE contains:

TcxBoldTextEdit, TcxBoldDateEdit, TcxBoldTimeEdit, TcxBoldMemo, TcxBoldCurrencyEdit, TcxBoldMaskEdit, TcxBoldCheckBox, TcxBoldComboBox, TcxBoldSpinEdit, TcxBoldButtonEdit, TcxBoldHyperLinkEdit, TcxBoldProgressBar, TcxBoldLabel, TcxBoldImage, TcxBoldRichEdit, TcxBoldListBox, TcxBoldCheckListBox, TcxBoldSelectionCheckListBox, TcxBoldListView, TcxBoldExtLookupComboBox, TcxBoldLookupComboBox, TcxBoldNBLookupComboBox, TcxBoldNBExtLookupComboBox, TdxBarBoldNavigator.

Also the following Bold aware Grid views are available: TcxGridBoldTableView, TcxGridBoldBandedTableView, TcxGridBoldCardView, TcxGridBoldLayoutView.

Please note that Layout view is declared but not implemented. Card view is implemented but not tested much.

All controls implement IBoldValidateableComponent which means they can be validated at design time via Bold menu/Validate Current Form

Installation

Tested in Delphi 2007. Might work, but not tested in Delphi 7. Works with latest official release Bold for Delphi 2006.

  • Patching Bold source code. (see docs\BoldEnvironmentVCL.pas.html and docs\BoldQueue.pas.html)

BoldDevEx requires small changes in Bold source. It is necessary to apply these changes for BoldDevEx.dpk to compile. Bold design package also needs to be recompiled.

  • Patching DevEx source (see docs\cxGridCustomTableView.pas.html)

There is a change in DevEx source which is optional. It marks GetFilterValues virtual allowing override to efficiently prefetch value for the filtered column. If you decide to patch this file please include DevExChanges conditional define in Project Options. DevEx packages do not need to be recompiled.

  • Build and install BoldDevEx.dpk

BoldDevEx.dpk package needs to be installed in IDE.

Usage

Controls are available via 'Express BoldEditors' component tab in IDE. Grid views are available for selection when creating new grid views.

Converting existing forms to use BoldDevEx controls

There are two converter components available which help convert forms with standard Bold controls into BoldDevEx versions. To use it, drop TBoldToCxConverter or TBoldToCxGridConverter on a form and a conversion dialog will appear. Finally delete the converter component.

About

Bold-aware DevEx controls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages