RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.FDefEditProc Field

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

Pascal
FDefEditProc: TWindowProcPtr;
C++
TWindowProcPtr FDefEditProc;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!