Vcl.ListActns.TCustomListAction.Loading

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

Delphi

property Loading: Boolean read FLoading;

C++

__property bool Loading = {read=FLoading, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomListAction

説明

アクションがクライアントコントロールに項目を現在追加しているかどうかを示します。

Loading プロパティを使用すると,いつリストアクションがクライアントコントロールに項目の提供処理を行っているかを内部的に検出できます。

関連項目