Vcl.Grids.TInplaceEditList.PickListLoaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PickListLoaded: Boolean read FPickListLoaded write FPickListLoaded;

C++

__property bool PickListLoaded = {read=FPickListLoaded, write=FPickListLoaded, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Indicates whether the list is loaded.

The PickListLoaded property indicates whether the list is currently loaded.

See Also