FMX.ListBox.TListBoxSelector.DoMouseSelectFinishing

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

Delphi

procedure DoMouseSelectFinishing(const Item: TListBoxItem; const Shift: TShiftState); virtual;

C++

virtual void __fastcall DoMouseSelectFinishing(TListBoxItem* const Item, const System::Classes::TShiftState Shift);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector


説明

メモ: これは、TListBoxSelector のサブクラスで実装される抽象メソッドです。

TListBox コンポーネントでマウス ボタンをクリックした後、リストボックス コンポーネントの OnItemClick イベントが発生する前に、実行されるメソッドです。

DoMouseSelectFinishing は、次のパラメータを受け取ります:

MouseSelectFinishDoMouseSelectFinishing を呼び出します。

関連項目