Vcl.StdCtrls.TLBGetDataEvent

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

Delphi

TLBGetDataEvent = procedure(Control: TWinControl; Index: Integer; var Data: string) of object;

C++

typedef void __fastcall (__closure *TLBGetDataEvent)(Vcl::Controls::TWinControl* Control, int Index, System::UnicodeString &Data);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls


説明

TLBGetDataEvent は、リストボックスの Vcl.StdCtrls.TListBox.OnData イベント ハンドラの型です。.

Control は、項目を必要としている仮想リストボックスです。

Index は、目的の項目のインデックスです。インデックスは、Count プロパティの値より少なくなければなりません。

Data は、指定された項目の値である、文字列を返します。

関連項目