Table of Contents

TMS FNC Table View Release Notes

Source: FMX.TMSFNCTableView.pas version history Current version: 1.0.7.4

1.0.7.4

  • Fixed : Issue with scrolling immediately after adding items

1.0.7.3

  • Fixed : Issue with handling drop column

1.0.7.2

  • Fixed : Issue with done button closing and applying filter instead of removing the filter

1.0.7.1

  • Fixed : Issue with applying header & footer settings

1.0.7.0

  • New : OnItemBitmapClick event
  • Fixed : Categories and Items causing miscalculation when filtering

1.0.6.6

  • Fixed : LookupBar.IncludeFilteredItems causing unnecessary delay when filtering

1.0.6.5

  • Improved : LookupBar.IncludeFilteredItems to include or exclude filtered items when indicating the categories

1.0.6.4

  • Improved : Exposed Edit property to access filter input
  • Improved : DisplayItemCount & DisplayItem properties

1.0.6.3

  • Fixed : Issue with clipping content when filter edit is active
  • Improved : MatchFilter(AItem) exposed

1.0.6.2

  • Improved : Filter now applied only when typing is idle

1.0.6.1

  • Improved : IsEditMode & CancelEditMode functions

1.0.6.0

  • New : Added group layout support
  • New : Added BadgeAlign property to align the badge accessory within the rectangle

1.0.5.4

  • Fixed : Access violation moving/copying items in iOS

1.0.5.3

  • Fixed : Issue with stroke not correctly applied to underlying treeview

1.0.5.1

  • Fixed : Issue with index out of bounds when dragging item

1.0.5.0

  • New : GlobalFont interface implemented
  • New : Update initial look
  • Fixed : Issue with returning ItemIndex between BeginUpdate & EndUpdate

1.0.4.4

  • Fixed : Issue with returning existing category for category IDs not yet existing

1.0.4.3

  • Fixed : Issue with OnBeforeItemShowDetailControl event when calling ShowDetailControl programmatically

1.0.4.2

  • Fixed : Issue in Delphi 11 with begin and end scene for CreateBitmapCanvas

1.0.4.1

  • Fixed : Issue with back button not visible in TMS WEB Core

1.0.4.0

  • New : Interface for TMSFNCControlPicker implemented

1.0.3.4

  • Fixed : Issue with detail view event handler being called when view is not visible yet

1.0.3.3

  • Fixed : Issue with Anchor if font was changed

1.0.3.2

  • Fixed : Issue with text centering in accessory due to word-wrapping.
  • Fixed : Issue with OnClick event not triggered

1.0.3.1

  • Fixed : Issue with swiping to see more options in combination with LongPressToEdit property.
  • Fixed : Issue with anchor click when item was selected

1.0.3.0

  • New : OnHeaderAnchorClick, OnFooterAnchorClick and OnItemTitleAnchorClick events implemented

1.0.2.5

  • Fixed : Issue with resizing

1.0.2.4

  • Fixed : Issue with scrolling to item with categories

1.0.2.3

  • Fixed : Issue with filtering condition

1.0.2.2

  • Fixed : Issue with showing filter button

1.0.2.1

  • Fixed : Issue with badge drawing

1.0.2.0

  • New : KeyboardEscapeMode property to clear or stop filtering
  • Improved : CategoryID can be a number that doesn't start from 0

1.0.1.0

  • New : SwipeBounceGesture property to toggle bounce effect when swiping up/down on the list
  • Fixed : Issue with lookup category

1.0.0.0

  • first release