Vcl.StdCtrls.TCustomCombo.FDefEditProc

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

FDefEditProc: TWindowProcPtr;

C++

void *FDefEditProc;

プロパティ

種類 可視性 ソース ユニット
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

説明

Windows によって割り当てられた編集ボックス プロシージャのアドレスを表します。

FDefEditProc フィールドを使用して、Delphi からは直接処理できない、コンボ ボックス内の編集ボックス コントロールに送られた Windows メッセージを処理します。

関連項目