FMX.ListBox.TListBoxSelector.DoMouseSelectStart

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

Delphi

procedure DoMouseSelectStart(const Item: TListBoxItem; const Shift: TShiftState); virtual; abstract;

C++

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

プロパティ

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


説明

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

TListBox コンポーネントで、マウス ボタンをクリックした後に実行されるメソッド。

可能なパラメータは:

MouseSelectStartDoMouseSelectStart を呼び出します。

関連項目