RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.FEditInstance Field

Represents the address of an internal routine associated with the edit control.

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

FEditInstance represents the address of a Windows message handling procedure associated with the edit control inside the combo box. 

 

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