Vcl.StdCtrls.TCustomCombo.FListInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FListInstance: Pointer;

C++

void *FListInstance;

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 list box.

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

See Also