Vcl.StdCtrls.TCustomCombo.FDefListProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDefListProc: TWindowProcPtr;

C++

void *FDefListProc;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Represents the address of the list box procedure assigned by Windows.

The FDefListProc field is used to handle Windows messages sent to the list box control inside the combo box, that cannot be handled directly by Delphi.

See Also