Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
This unit contains the class TSearchBar which implements a Mozilla like search bar.
Name | Description |
---|---|
Class TSearchBar |
This class implements a Mozilla like search bar |
procedure Register; |
TFindState = set of (fsFound, fsLoopAround); |
TSearchBarSubControl = (...); |
TSearchBarSubControls = set of TSearchBarSubControl; |
TSearchEvent = procedure (sender: TObject; incremental,backwards: boolean) of object; |
WM_USER_VISIBLE_CHANGED = WM_USER+1150; |
procedure Register; |
TFindState = set of (fsFound, fsLoopAround); |
TSearchBarSubControls = set of TSearchBarSubControl; |
WM_USER_VISIBLE_CHANGED = WM_USER+1150; |