Vcl.WinXCtrls.TSearchBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TEditVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSearchBox

Delphi

TSearchBox = class(TEdit)

C++

class PASCALIMPLEMENTATION TSearchBox : public Vcl::Stdctrls::TEdit

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls Vcl.WinXCtrls

Description

An implementation of the Edit control with an embedded button.

Use TSearchBox to present an edit box that allows a user to enter a search text. Pressing the Enter key or clicking the search indicator button fires the OnInvokeSearch event.

See Also

Sample