Vcl.ExtActns.TListControlAction.ListControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListControl: TCustomListControl read FListControl write SetListControl;

C++

__property Vcl::Controls::TCustomListControl* ListControl = {read=FListControl, write=SetListControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TListControlAction

Description

Provides access to the target of the action.

ListControl is the list control on which the action performs its function. It is a TCustomListControl descendant, such a TListView or TListBox.

Set ListControl to associate the action with a particular control. If ListControl is not explicitly set, it is assumed to be the active listbox or list view when the action fires.

See Also