TSearchBox

Events

OnInvokeSearch published Occurs when the search indicator button is clicked.

Properties

ButtonWidth published The width of the search box indicator button.
SearchIndicator published The type of the search box button.

TLocationSensor

TSplitView

if SV.Opened then
SV.Close
else
SV.Open;

时间: 2024-08-01 20:36:48

TSearchBox的相关文章

FMX TListView 搜索 Search

FMX,FireMonkey,平台框架下TListView控件搜索.过滤. 查找功能确实强大!! 设置SearchVisibe属性为true,就自动显示搜索框,输入文字,就开始检索了,不用写一行代码!! 类似DataSet的Filter属性 这个输入框的内容不能自己控制,属性不可见,找了段代码,可以控制此搜索框 http://codeverge.com/embarcadero.delphi.firemonkey/xe5-listview-search/1057268 {code} procedu