Vcl.Grids.TInplaceEditList.ActiveList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveList: TWinControl read FActiveList write FActiveList;

C++

__property Vcl::Controls::TWinControl* ActiveList = {read=FActiveList, write=FActiveList};

Properties

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

Description

References the internal PickList.

The ActiveList property is a TWinControl reference that typically points to the internal PickList. ActiveList may be set to a different list by descendant in-place editors, which provide additional functionality.

See Also