New Features and Enhancements in C++Builder XE5
http://www.embarcadero.com/products/cbuilder/whats-new
http://docwiki.embarcadero.com/RADStudio/XE5/en/IDE_Insight
http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE5
http://docwiki.embarcadero.com/RADStudio/XE5/en/Using_Live_Templates
http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New
- Time Picker control for Windows and OS X
- Built-in search filtering for TListView on Windows and OS X
- FM Platform performance optimizations
- Professional edition includes expanded FireDAC support for local databases, including Microsoft Access database, SQLite database, InterBase ToGo / IBLite, InterBase on localhost, MySQL Embedded, MySQL Server on localhost, Advantage Database local engine, PostgreSQL on localhost, Firebird Embedded, and Firebird on localhost
- FireDAC integrated into the C++Builder install for Professional, Enterprise, Ultimate and Architect editions
- REST Client support for simplified invocation of REST services
- Authorization support including Basic Authentication, Plan Authentication, OAuth1, OAuth2
- TRestClient, TRestRequest, and TRestResponse components
- REST Debugger tool for testing REST calls and their parameters
Changes to IDE Insight for XE5
The IDE Insight dialog box has been replaced by a search box in the upper-right corner of the IDE:
-
-
- As you type a search string in the search box, a pop-up window displays any matching items. The pop-up window shows as many matching items as fit on your screen.
- To invoke or open an item in the pop-up window, you can either click the target item, or navigate to the item using the Up and Down arrow keys and press
Enter
. - To focus the IDE Insight search box, you can use either
Ctrl+.
(period) orF6
.