Vcl.StdCtrls.TCustomCombo.FEditInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FEditInstance: Pointer;

C++

void *FEditInstance;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

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

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

See Also