Table of Contents

TMS FNC Search List Release Notes

Source: FMX.TMSFNCSearchList.pas version history Current version: 1.0.12.1

1.1.12.1

  • Fixed : Issue with ItemAtXY() when vertically scrolled

1.1.12.0

  • New : Function ItemAtXY(x,y: integer) added to TTMSFNCSearchList

1.1.11.4

  • Fixed : Issue with filtering condition mEntireWord

1.1.11.3

  • Fixed : Issue with WheelIncrement < 0

1.1.11.2

  • Fixed : Selection color intialization with VCL Styles when seFont = false in StyleElements

1.1.11.1

  • Fixed : VCL styles check updated to work in 10.4 Sydney

1.1.11.0

  • New : UIStyle property for TMSStyles

1.1.10.2

  • Improved : Tab key handling

1.0.10.1

  • Fixed : Issue with OnDblClick event triggering

1.0.10.0

  • New : TSearchListItem.OwnsObject property added

1.0.9.0

  • New : Per monitor support for high DPI

1.0.8.2

  • Improved : Vertical scrolling painting behavior

1.0.8.1

  • Fixed : Issue with alignment in last column

1.0.8.0

  • New : SearchList.Items.IndexOf(AValue) added

1.0.7.1

  • Fixed : Issue with hiding control when double-clicked

1.0.7.0

  • New : Added function TDBAdvSearchList.Reload;

1.0.6.3

  • Fixed : Selected item drawing when ShowItemCategory is true

1.0.6.2

  • Fixed : Issue with ShowItemCategory & text size calculation

1.0.6.1

  • Fixed : Design-time issue with scrollbars

1.0.6.0

  • New : Horizontal scrolling support added

1.0.5.2

  • Fixed : Issue with focus drawing

1.0.5.1

  • Improved : High DPI handling

1.0.5.0

  • Improved : When HighlightColor or HighlightTextColor is clNone, no more highlighting will be done

1.0.4.0

  • New : Alignment & VertAlignment properties added at column level

1.0.3.1

  • Improved : Focus handling

1.0.3.0

  • New : Method UnSelect added
  • New : WordWrapping & Trimming properties added at column level

1.0.2.2

  • Fixed : Issue with BorderColor & Font.Color

1.0.2.1

  • Fixed : Issue with Appearance.SelectionColor,Appearance.SelectionTextColor

1.0.2.0

  • New : Property WheelIncrement added

1.0.1.1

  • Fixed : Issue with mouse wheel scrolling
  • Fixed : Issue with setting Columns[index].Visible = false

1.0.1.0

  • New : Support for VCL styles

1.0.0.0

  • First release