WEB
TMS WEB Core VSC
Framework for creating modern web applications from Visual Studio Code with Object Pascal
Version History
Display: |
v2.1.6424
- Fixed : Issue with compiler optimization in TWebStringGrid alignment handling
- Fixed : Issue with TWebStringGrid border in specific cases when updating style
- Fixed : Issue with TWebComboBox when bound to HTML SELECT element that already has OPTION elements
- Fixed : Issue in TWebDBTableControl when dataset has 0 rows
v2.1.6343
- New : grid.EditAdvance: boolean property added
- New : geNone editor type for grid to specify read-only cells
- New : Values accessor array for TWebListBox TWebComboBox
- New : TWebTableControl.FindCell() with AllCells: boolean parameter added
- New : TWebTableControl paging added
- New : TWebTableControl Header/Footer added
- New : TWebResponsiveManager to add visual responsive design to your application
- New : TWebMyCloudDataClientDataSet.AccessToken exposed
- New : TWebMemo.SelectAll method added
- New : TWebMainMenu TWebPopupMenu custom menu item CSS class
- New : TWebMainMenu TWebPopupMenu custom font control
- New : TWebListBox.DeleteSelected added
- New : TWebInputMessageDlg component added
- New : TWebGridPanel.ControlCollection.GetItemAtCell(AColARow: integer): TControlCollectionItem; added
- New : TWebGridPanel.ControlCollection.FindItem(AControl: TWinControl): TControlCollectionItem; added
- New : TWebEditDropdownTableControl TWebDBEditDropdownTableControl added
- New : TWebEdit.CopyToClipbard TWebMemo.CopyToClipboard added
- New : TWebDBEditDropDownControl added
- New : TWebDBEditBtn component added
- New : TWebBrowserControl.CurrentURL: string function added
- New : TWebAuth component added for Apple Auth0 Facebook Google and Microsoft sign in
- New : TJSONBool abstract class added
- New : TColor wil use alpha channel also for HTML
- New : MessageDlgAsync InputMessageDlgAsync functions added
- New : LoginWidth LoginHeight properties added in TWebRESTClient
- New : LoadFromJSONAsync LoadFromCSVAsync added in TWebTableControl and TWebStringGrid
- New : ImageAlign ImageWidth in TWebTableControl.Options
- New : Column Alignment ImageWidth in TWebDBGrid
- New : CellBorders CellBorderColor in TWebTableControl.Options
- New : Built-in filter and search option in TWeb(DB)TableControl Header/Footer
- New : AutoCellURL AutoCellEMail AutoCellImage in TWebTableControl.Options
- New : AutoCellFormat in TWebTableControl.Options
- New : Assert class extended to send optional custom messages along during unit testing
- New : Application.OnExit Application.OnException event added
- New : App.AuthURL added in TWebRESTClient
- New : Allow to work with key/value pairs in TWebDBComboBox
v2.0.6014
- Fixed : Issue with TWebSpeedButton flat setting
v2.0.5999
- New : Support for linear and radial gradients in TCanvas drawing
- New : Application.BootstrapVersion property added
- Improved : TWebTableControl default enabled state is true
- Improved : Language exception handling
- Fixed : Rare issue with mapped HTML control color initialization
- Fixed : Issue with linked HTML elements and overflow attribute
- Fixed : Issue with key param in control.OnKeyPress
- Fixed : Issue with assigning an ElementID in TWebSyntaxMemo
- Fixed : Issue with adding multiple forms at once to a project from the IDE
- Fixed : Issue with XYToClient in connection with TWebScrollBox
- Fixed : Issue with OnStartCapture and OnStopCapture events in TWebMediaCapture
v2.0.5946
- Improved : Popup form positioning in scrolled browser windows
- Fixed : Issue with sorting in TWebTableControl when row header is used
- Fixed : Issue with runtime changing menu item properties in TWebPopupMenu
- Fixed : Issue with cell coordinates in OnClickCell in combination with cell merging
- Fixed : Issue in TWebDBGrid rendering in insert state when FixedCols = 0
- Fixed : DB active record indicator issue on last row in TWebDBGrid fixed
- Fixed : Access of cells in TWebStringGrid when cell merging is used
- Fixed : Issue with Camera assigning in TWebMediaCapture
v2.0.5927
- Fixed : Issue with Miletus Win32/Win64 app generation
v2.0.5908
- New : Property Application.FormCaptionHeight added
- New : Application.DownloadBinaryFile overload with TJSBlob data type
- Fixed : ParentFont issue for TWebSpeedButton in Visual Studio Code
- Fixed : Issue with setting data in TWebDBGrid after inserting first row in dataset
- Fixed : Issue with decimals in TWebEdit weFloat mode
v2.0.5878
- New : Touch & wheel event support added in TWebElementActionList
- New : TWebXLSX added
- New : TWebSpeechRecognition added
- New : TWebSearchEdit added
- New : TWebMultiMediaPlayer.Poster added
- New : TWebEditBtn added
- New : TWebDropDownControl, TWebEditDropDownControl added
- New : TWebDateTimePicker.AutoDropDown property added
- New : TWebDBListControl added
- New : TWebCountryListBox, TWebCountryDropDown, TWebCountryComboBox added
- New : TWebComboBox.OnFocusIn TWebComboBox.OnFocusOut events added
- New : TWebCheckListBox added
- New : TWebCSSClass added
- New : Support to add controls to TWebStringGrid, TWebTableControl
- New : Row selection in TWebTableControl added
- New : Multi-language support in MessageDlg() added
- New : MaterialGlyphType support added
- New : Browser multi-screen API wrapped added
- Improved : Use of Brush.Style for drawing shapes
- Improved : TWebIndexedDBDataSet does not need to be closed anymore before destroying programmatically
- Improved : Published DropDown related properties in TWebCountryDropDown
- Improved : Performance enhancements TWebStringGrid TWebDBGrid
- Improved : Internal use of TWebStringGrid JavaScript event handlers
- Improved : Focus handling in TWebStringGrid
- Improved : Exception handling in async promise handlers
- Fixed : Issue with editing in TWebDBGrid with checkboxes
- Fixed : Issue with TWebMultiMediaPlayer.PlaybackRate not applied when set at design-time
- Fixed : Issue with TWebContinuousScroll.OnObjectToArray not working
- Fixed : Issue with TWebContinuousScroll.OnGetData not triggering
- Fixed : Issue with TWebClientDataset.AfterScroll when used with grid or tablecontrol
v1.9.85684
- Improved : Various TMS WEB Core framework component improvements
v1.9.85543
- New : TWebListBox.ElementItemClassName property added
- New : JavaScript Library Manager added
- New : Direct form type added
- New : Bootstrap hints for Bootstrap forms support added
v1.9.75482
- New : geMemo editor type added in TWebStringGrid
- New : WordWrap property added in TWebStringGrid
- New : Visual form inheritance support
- New : TWebResponsiveGrid.OnGetItemTemplate event added
- New : Support for custom images added in TWebDBNavigator
- New : SelectCell() added in TWebTableControl
- New : ScrollRowInView() added in TWebTableControl
- New : MultiSelect option added to TWebResponsiveGrid
- New : Miletus use of USB UART on Raspberry Pi
- New : Miletus extensibility through libraries
- New : Hyperlinks clicable with Ctrl key in TWebRichEditToolbar
- New : Hyperlink button added in TWebRichEditToolbar
- New : FindCellFindNext functions added in TWebTableControl
- New : Filtering capability added in TWebTableControl TWebDBTableControl
v1.9.5379
- Fixed : Issue with license handling by compiler
v1.9.5339
- Fixed : Issue with Visual Studio Code repository invoking
v1.9.5316
- New : Unit testing project support added
- New : Exposed PopupMenu for TWebPaintBox
- Improved : TWebPageControl: Rendering with ShowTabs set to False and ElementClassName not empty
- Improved : Rendering of aligned TWebLabel with center or bottom layout
- Fixed : Issue with showing files for TWebFileUpload when using the file picker
- Fixed : Issue with changing TWebEdit font during OnChange event
v1.9.5239
- Fixed : Issue with goColSizing, goRowSizing in grid
- Fixed : Issue with ElementClassName, ElementID property editor
v1.9
- New : TWebWaitMessage.PictureURL property added
- New : TWebTableControl HideCol(),UnHideCol(),HideRow(),UnHideRow() methods added
- New : Miletus target for macOS ARM
- New : Miletus target for Raspberry Pi
- New : Method GetCursorPos() added
- Improved : TWebGroupBox rendering
- Fixed : Issue with link items in TWebListControl
- Fixed : Issue with binding TWebRatingPanel
- Fixed : Issue with XYToClient() on popup forms in scrolled windows
- Fixed : Issue with TWebDBTableControl with EnabledControls and empty dataset
v1.8.5
- New : acNope type added for AutoCompletion setting
- New : WEBLib.Diagnostics unit added with TStopWatch record
- New : TWebMainMenu & TWebPopupMenu: Menu Item Hint displayed when hovering
- New : TWebHttpRequest.OnProgress event added
- New : TWebHttpRequest.GetSize() added
- New : TWebEdit.SpellCheck property added
- New : Support for frames
- New : ShowPicture, FontHoverColor, DragColor property added for TWebFileUpload
- New : Published Title,Text,URL properties for TWebShare + Execute function
v1.0.3588
- New : heInput event type added in TWebElementAction
- New : TWebToastItem.Update method added
- New : TWebClipboard.CopyToClipboard added
- New : Headers property added in TWebContinuousScroll
- New : Extended TWebGoogleMaps.AddMarker() with XOffset,YOffset parameter
- New : Exposed TWebBitBtn.Font
- New : Clear method in TWebContinuousScroll
- New : Classes for HTML TABLE,TD,TR element access
- New : Added TWebScrollBox.ScrollBy() method
- Improved : Various smaller improvements and fixes
v1.0.3211
- Fixed : Issue with resizeable popup dialogs
- Fixed : Issue with multiform applications
WEB
Buy now
TMS WEB Core VSC
Site license
unlimited developers in the company
€ 360 yearly renewal *
€ 1195

Compatibility
- Visual Studio Code
Licensing
- Licensing FAQ
- License for commercial use: Single developer license, Small team license, Site license
- Includes full source code
- Ask questions to our engineers related to purchased product via Support Center
- Free 1 year updates and new releases
- After 1 year, a discount renewal is offered for a 1 year extension. *
* offer valid for 30 days after end of license. Discount price is subject to change.