Vcl.Grids.TOnGetPickListItems
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 |
説明
選択リストに値を設定するのに使用されるイベントの型。
TOnGetPickListItems は OnGetPickListitems イベントの型で、選択リストに値を設定するのに使用されます。