Vcl.ComCtrls.TCustomComboBoxEx.GetActionLinkClass

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

Delphi

function GetActionLinkClass: TControlActionLinkClass; override;

C++

DYNAMIC Vcl::Controls::TControlActionLinkClass __fastcall GetActionLinkClass();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

説明

拡張コンボボックスに関連付けられているアクションリンククラスを返します。

GetActionLinkClass は,コンボボックスと Action プロパティで指定されたアクションとの通信を管理するアクションリンクのクラス型を返します。各 Action リンククラスは,クライアントがサポートするプロパティの型に基づいて,特定のプロパティとアクションのイベントハンドラとをリンクするように設計されています。

関連項目