Vcl.StdCtrls.TCustomCombo.FDefEditProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDefEditProc: TWindowProcPtr;

C++

void *FDefEditProc;

Properties

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

Description

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

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

See Also