API:Vcl.ListActns.TCustomVirtualListAction

提供:RAD Studio API Documentation

TCustomVirtualListActionVcl.ListActns.TCustomListActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistent

Delphi

TCustomVirtualListAction = class(TCustomListAction)

C++

class PASCALIMPLEMENTATION TCustomVirtualListAction : public TCustomListAction

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns Vcl.ListActns

説明

TCustomListAction は,クライアントコントロールに項目を提供するアクションオブジェクトの基本クラスです。 {{#multireplace:Vcl.ListActns.TCustomVirtualListAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.ListActns.TCustomListAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.ListActns.TCustomListAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

TCustomListAction は,クライアントコントロールに項目を提供するアクションオブジェクトの基本クラスです。

TCustomListAction は,リストビュー,リストボックス,またはコンボボックスに項目を提供するアクションに共通の動作を実装します。

アプリケーションでリストアクションの Active プロパティを true に設定すると,そのアクションはすべてのクライアントリストボックスおよびコンボボックスに項目を代入します。各項目には,テキストのキャプション,イメージ,データへのポインタなどの情報を代入できます。

ユーザーがいずれかのクライアントコントロールの項目を選択すると,クライアントはリストアクションを「実行」して,OnItemSelected イベントを生成します。

TCustomListAction は,アクションマネージャに追加されるときに,そのアクションを使ってツールバーにドロップダウンリストを生成します。

関連項目