RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.FDefListProc Field

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

Pascal
FDefListProc: TWindowProcPtr;
C++
TWindowProcPtr FDefListProc;

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. 

 

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