Vcl.DBLookup.TDBLookupList.OnClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClick: TNotifyEvent read FOnListClick write FOnListClick;

C++

__property System::Classes::TNotifyEvent OnClick = {read=FOnListClick, write=FOnListClick};

Properties

Type Visibility Source Unit Parent
event published
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Occurs when the user clicks while within the lookup list.

Write an OnClick event handler to take specific action when the user clicks while within the lookup list.