Vcl.Grids.TInplaceEditList.DoGetPickListItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetPickListItems; dynamic;

C++

DYNAMIC void __fastcall DoGetPickListItems();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Triggers the OnGetPickListitems event.

The DoGetPickListItems method is used internally to trigger the OnGetPickListitems event, in order to populate or to update the items of the pick list.

See Also