Vcl.StdCtrls.TCustomCombo.FDefEditProc
Delphi
FDefEditProc: TWindowProcPtr;
C++
Vcl::Controls::TWindowProcPtr 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.