RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.FListInstance Field

Represents the address of an internal routine associated with the list box.

Pascal
FListInstance: Pointer;
C++
void * FListInstance;

FListInstance represents the address of a Windows message handling procedure associated with the list box inside the combo box. 

 

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