Download Rosinsky VCL Components v15.5 For Delphi 10.4 Cracked

Rosinsky VCL Components v15.5 For Delphi 10.4 Cracked

Rosinsky VCL Components v15.5 For Delphi 10.4 Cracked
Rosinsky VCL Components v15.5 For Delphi 10.4 Cracked


Rosinsky software provides many VCL components, dialogs and prepared solutions which help you to create professional application very quickly and efficiently. All components support 32+64bit target and are compatible with Embarcadero Delphi and C++ Builder from version 2010, XE-XE8 to the last version 10.3. Current version also supports High-DPI application.

Advanced VCL components

HTML Label - multi line label with HTML support including hyperlink (email, http, user defined event), word wrap, bevel, shadow, ellipsis, hint...
GroupBox Ex - impressive GroupBox with colored caption, heading and frame, gradient or image background, minimize button and function, complex support for auto alignment and resizing of all owned controls after resize (much more powerful than GridPanel)
StringGrid Ed - complex StringGrid with columns property, inplace editor supports picklists, datetime and color picker, checkbox, numeric checking and formatting, multiple lines in cell with word wraps, auto hints, copy/paste to/from Excel, data sorting, drag and drop support, many new events...
HTML ListView - enhanced ListView with HTML multiline caption and hint text, extended Item Object with definition of Text, Hint, Image and any item data, new Icon Options with all design settings (icon size, colors, frames, alignments), new events for getting item properties and custom drawing
TabControlEx + PageControlEx - enhanced TabControl and PageControl providing themed or user defined looks, close tab buttons with style hook, definable popup menu for each tab, additional button and HTML label in right border, events for setting tab properties and custom drawing
Memo Ex - improved Memo with highlighting of words or text parts, contain new popup menu with Find function
ComboBox Ex - improved Combobox with multicolumn auto-width dropdown list, new event to define list item properties and internal UpdateTimer for delayed event after text modification
ImageZoom - JPEG+PNG support, zooming, scrolling, editing, background color and text...
HTML Hint - HTMLHint component providing enhanced hint window with images and HTML supports
Other improved or new components
Button - new property ImagesDisabled allows to use the same image list as for toolbar and menus
ImageList Ex - store images in external compressed resource file, can block storing images in DFM file, automatically resize images after scale change new

Database VCL components
vcldbcomps
DBGrid new - impressive DBGrid with many new functions and improvements, new inplace editors (Checkbox, DropDown list with images and custom drawing, DateTimePicker, ColorPicker, Memo and Graphics Field editors), hyperlinks in cell, images and glyphs in title or data cell, provides column grouping, sorting and filtering (filter bar new and auto filter dialog like in Excel), column autofit, hints for titles or data cell, calculation of SUM, MIN, MAX, AVG, footer grid, drag and drop support, new events for detailed setting of cells properties and many more...
DBGrid MS - DBGrid expansion with multi select support and definable events, show checkboxes in fixed column for multi select functions, definable colors of selected rows
DBStringGrid - StringGridEd extension with functions for batch loading and saving data from/to dataset, supports showing and editing data in simple table, multitable or pivot table format
DBRecordView - show and edit one dataset record in 2 columns grid with definable properties of each row and supports lookup, boolean, memo and image fields
DBTreeView - show records from one or more dataset in tree form (useful mainly for master-detail dataset), unlimited number of datasets, adjustable fonts, color and images for each record
Improved DBComponents new - set of enhanced DB editing components with bound label and many improvements; DBEdit, DBMemo, DBComboBox, DBListBox, DBLookupComboBox with custom drawing, DBDateTimePicker, DBImage with all editing functions and PNG support, DBCheckListBox, DBBlob, DBButton, DBRecordSelection...)
XLS Export, SLK Export, TXT Export - components export data from any DBGrid or dataset to Excel, table form or text, can add titles and summary, XLS Export can add data to existing XLS file as new sheet or append as new rows and can export also images to XLS file new
RTF Report, XML Report (DOCX and ODT format) new - components generate printable RTF, DOCX or ODT documents according prepared template file with special TAGs, user can modify or add new types of report, result of report is again file which can be saved, printed out, converted to PDF etc.

DB Dialogs and Actions - centralize database actions new
It helps you to create feature-rich database application very easily with few line of code.

Basic idea is simple:
there is set of actions, menus, toolbars and dialogs, which can be used on any form in application with any dataset or DBGrid
availability and visibility of this actions is dependent on properties of active grid and current state of dataset
all you need to do is to set rDBGrid properties in design time and set active rDBGrid in runtime
rDBAction is data module with set of universal actions, menus and toolbars. Each action calls universal procedure or show universal dialog for data of active DBGrid and Dataset, so everything works without line of your code!

Action provides following functions:

Searching, Sorting, Filtering, Exporting and Printing data
Setting DBGrid and Columns properties including display format of data
all DataSet Edit functions (Add, Edit, Duplicate, Delete, Post, Cancel)

Universal DB Components
Set of extended DB components (Connection, Query, Visual DB Components) which can be used instead of standard db components and provide the same properties and functions for different types of databases.
It allows to convert application from one database type to another very easily.
udbcomp UDB now supports:
dbGo (ADO)
dbExpress (DBX)
FireDac (FD)
Interbase (IB)
FIBPlus
ZEOS
Visual UDB components (Edit, Combo, ListBox, CheckListBox...) contain internal TQueryUDB dataset with definable SQL command for loading of list values and events for setting of SQL in run time, so no other auxiliary dataset and datasource is needed on the form. It can show bounded labels and buttons used for enhanced selection of value or showing details of selected record dependently on application.

Property saver components
propsavecomps Set of components which provide all function for automatic saving and restoring of window position, controls state, Grid content and appearance, DBGrid Columns properties and any other values to INI file.
easy to use (without line of code)
ready to store properties of standard VCL components, Grids and DBGrids (including columns properties)
very easy to extend to save properties of another components
complex but very small solutions (increase EXE file only by 13kB)

rDBGrid + rDBGrid_MS

property SkipCellHighlight - disable cell highlight
property ReturnAsTabKey - return key in not edit mode select next column or row (as tab key)
property DragToScrollData - enable using drag and move to scroll data in the grid
procedure SetTextFilter - allows set and activate text filter by code
DataImages - extended support for showing glyphs combined with text and for custom definition by OnGetCellParamsEx
small updates and bug fixes (custom DateTimePicker and null value with DateTimePicker, Multifield filter conditions, Memo vs Graphics field, pasting of numeric values with spaces, Multiselect, BiDi support)

RosiComp v15.5 (Update Dec 2020)
rDBGrid
new setting and function for LookupCondition (lcBrowseFilter, lcNotEditFilter) - user can type any text to search record in the selected column and move to next/prior occurence or activate filter by Ctrl+Right (as shown in the hint window which is newly shown near selected cell instead of mouse position)
new property OptionsEx2.Editors.AllowLookupFilter + AutoDropDown(added in v15.52) - it allows filtering of data for the lookup fields and automatic dropdown after key press, user can type any text to search in lookup field and list is automatically filtered, user can move to next/prior occurence or de/activate filter by Ctrl+Left/Right (as shown in the hint window)
Note: do not forget to set correct FilterWildCardChar according to your dataset in the global setting: RosiCompConfig.rDBFilterCfg.FilterWildCardChar (set to * by default, some dataset requires %)
new property FieldsFilterMapping - defines mapping of the visible field with text filter (e.g. lookup field) to another field used for the filter condition
new property FieldsAsTime - defines fields with time format, inplace editor converts entered value to time
enhanced editor and shortcuts for Date field - user can enter * to insert current date, enter one number as date part (current month and year is added automatically), use any separator which is automatically replaced by default date separator, use Ctrl+Up/Down to inc/decrement day or Ctrl+Shift+Up/Down to inc/decrement month
enhanced editor and shortcuts for Time field - user can enter * to insert current time, enter one number as hour part (0 minutes is added automatically), use any separator which is automatically replaced by default time separator, use Ctrl+Up/Down to increment minutes by defined step value or Ctrl+Shift+Up/Down to increment hours
datetime field is automatically left aligned if it is trimmed
current sorting for the selected field can be removed by Ctrl+Click to the column title
new property MouseDownCoord - returns grid coord of last Mouse down (click or dblclick)
new property SearchText - indicates current search text for Grid search or Lookup or PickList search
fixed issue with using of modal dialog after click to ellipsis button (key message is removed before calling of EditButtonclick
fixed issue with using of field name with widechars
TrDBLookupComboBox
new property AllowLookupFilter + AutoDropDown(added in v15.52) - it allows filtering of data for the lookup fields and automatic dropdown after key press, user can type any text to search in lookup field and list is automatically filtered, user can move to next/prior occurence or de/activate filter by Ctrl+Left/Right (as shown in the hint window)
Note: do not forget to set correct FilterWildCardChar according to your dataset in the global setting: RosiCompConfig.rDBFilterCfg.FilterWildCardChar (set to * by default, some dataset requires %)
Checkbox style for rStringGridEd and rDBGrid
new global setting rGlyphs.UseStyleCheckbox defined in the RosiCompGlobalCfg
RTFReport and rXMLReport
new property OnGetPictureContent - defines event which is called to get bitmap content for Picture tag
rXLSExport, SLKExport, TXTExport
new property TrimData (ExportOption.xleTrimData) - defines whether exported data is trimmed (spaces and EOL is removed from beginning and end)


Only for V.I.P
Warning! You are not allowed to view this text.