Vcl.ExtActns.TListControlSelectAll.ListControl
Delphi
property ListControl: TCustomListControl read FListControl write SetListControl;
C++
__property ListControl;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TListControlSelectAll |
Description
Provides access to the target of the action. {{#multireplace:Vcl.ExtActns.TListControlSelectAll.ListControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtActns.TListControlAction.ListControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtActns.TListControlAction.ListControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.