Vcl.DBLookup.TDBLookupCombo.GridClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GridClick (Sender: TObject);

C++

void __fastcall GridClick(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Copies the value of an item in a TDBLookupCombo to the Text property.

The GridClick method copies the value of an item in a TDBLookupCombo to the Text property.