Vcl.Grids.TOnGetPickListItems

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

Delphi

TOnGetPickListItems = procedure(ACol, ARow: Integer; Items: TStrings) of Object;

C++

typedef void __fastcall (__closure *TOnGetPickListItems)(int ACol, int ARow, System::Classes::TStrings* Items);

プロパティ

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

説明

選択リストに値を設定するのに使用されるイベントの型。

TOnGetPickListItemsOnGetPickListitems イベントの型で、選択リストに値を設定するのに使用されます。

関連項目