TMS FNC UI Pack v7.3.0.0 Full Source for RS10.1-RS13

Download TMS FNC UI Pack v7.3.0.0 Full Source for RS10.1-RS13
Universal powerful, feature-rich Delphi & C++ Builder UI controls in 1 component set for VCL, FMX and WEB core apps. Includes grid, planner, treeview, ribbon and rich editor.
Feature-rich & high performance grid
Take your application to the next level with data visualization features such as filtering, sorting and grouping. Use the easy data binding functionality as well as the ability to export to PDF, HTML and XLS.
Import and export
Import Excel, CSV and data from a dataset and export to HTML, PDF and many more
Organize your data
Organize your data in multiple columns and rows with the ability to group, sort, move and hide columns and rows. Dynamically merge and split cells as well as add various methods to calculate and visualize data manipulations
Intuitive look & feel
Change every little detail via built-in appearance layouts and custom drawing events. Configure and apply cell layouts for different states
Powerful workflow visualization kanban board
Empower your workflow with fully customizable multi-column visualization of your daily tasks.
Filtering & Sorting
Optional built-in filtering & sorting allows you to quickly identify tasks and move them to the appropriate task column
Drag & Drop
Moving tasks is as easy as dragging them to the column of choice, which also fully integrates with the separately available database adapter
Flexible multi-column tree view
High performance virtual and collection based node structure with various customization possibilities.
Interaction capabilities
Built-in support for various column editors as well as the ability to add your own custom editor class. Navigate through the content with flexible mouse & keyboard settings
Sorting & Filtering
Organize and visualize your data with various filtering and sorting options
Ribbon style toolbar
Design modern user interfaces with the multi-page ribbon. Easily change the look and feel with one of the pre-defined themes.
Theming & Layout
Multiple pre-defined themes with custom theming capabilities. Optional auto-layout with collapsing / floating pages
Core Elements
The ribbon is based on a existing FNC components such as the toolbar, page-control and a couple of toolbar buttons & pickers
Cross-platform syntax highlighting memo powered by Monaco (Visual Studio Code editor).
Full design-time & run-time integration with powerful features including breakpoints, code completion, find & replace and more.
Syntax colorization support for over 80 programming languages & full IntelliSense support for browser based languages such as jаvascript, HTML, CSS.
v7.3.0.0
- New : Visual conditional formatting editor at design-time for VCL and FMX in TTMSFNCDataGrid
- New : Text Margins in cell layout in TTMSFNCDataGrid
- New : Fluent and convenience helper methods for configuring conditional formatting at runtime in TTMSFNCDataGrid
- New : FilterFormatType selects the filter expression syntax for the whole grid, driving the filter row, the filter builder, the filter dropdowns and conditional formatting expressions in TTMSFNCDataGrid
- New : Conditional Formatting in TTMSFNCDataGrid
- Fixed : gftNotEqual filter ignored condition values containing spaces; the value is now quoted like gftEqual so it is not mangled during matching, and negated conditions round-trip correctly through the filter dropdown in TTMSFNCDataGrid
- Fixed : XLS export now preserves collapsed grouped row state in TTMSFNCDataGridExcelIO
- Fixed : Vertical text alignment of the inplace editor was hardcoded to leading instead of following the cell layout VerticalTextAlign on FMX in TTMSFNCDataGrid
- Fixed : The character that starts editing was discarded when the cell uses a custom inplace editor (getCustom); an edit or memo based custom editor now receives it as initial value in TTMSFNCDataGrid
- Fixed : The bottom border of the last visible row (and the right border of the last visible column) was missing while editing when the rows / columns do not fill the grid and RowViewMode = grvmControl / ColumnViewMode = gcvmControl; the cell border is now kept while the inplace editor is active in TTMSFNCDataGrid
- Fixed : TTMSFNCProgressBar Removed rounding of percentage for horizontal value calculation
- Fixed : TMSFNCFilterViewExpressionValueEdit edit disabled on start in WEB Core
- Fixed : Starting to edit a float column by typing a digit no longer immediately formats the seed value (e.g. "1" to "1,00"), which placed the caret behind the decimals and blocked further input; the raw value can now be typed and is formatted on commit in TTMSFNCDataGrid
- Fixed : Setting AValid to False in OnCellEditValidateData now keeps the inplace editor open and preserves the edited value instead of discarding it and navigating to the next cell in TTMSFNCDataGrid
- Fixed : Rare issue with tab key and AutoDropDown = true in TTMSFNCSearchEdit
- Fixed : Mouse wheel events over subgrids that do not need scrolling are now handled by the parent grid in TTMSFNCDataGrid
- Fixed : Issue with the size of the expand / collapse button in the column header in TTMSFNCKanbanBoard
- Fixed : Issue with system menu buttons positioned too far left after first maximize in TTMSFNCRibbon on FMX
- Fixed : Issue with scrollbar range handling in TTMSFNCPlanner in LCL on Linux
- Fixed : Event handlers for controls updating data in cell causing unwanted side-effects in TTMSFNCDataGrid
- Fixed : ERangeError in UpdateVisualRange when a descendant changes a layout-affecting property (e.g. DefaultRowHeight) in its constructor and the streamed ColumnCount exceeds the default; the cumulative row/column size cache is now rebuilt whenever its length no longer matches RowCount/ColumnCount in TTMSFNCDataGrid
- Fixed : ColumnCount returned a count while the Columns collection was still empty, so Columns[Index] raised a list index error before the grid was rendered in TTMSFNCDataGrid
- Fixed : Column expand / collapse button in the column header is no longer drawn larger than the header height in TTMSFNCTreeView