API:Vcl.ExtActns.TListControlClearSelection.ListControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ListControl: TCustomListControl read FListControl write SetListControl;

C++

__property ListControl;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TListControlClearSelection

Beschreibung

Gibt die Zielkomponente des Aktionsobjekts an.

Vcl.ExtActns.TListControlClearSelection.ListControl erbt von Vcl.ExtActns.TListControlAction.ListControl. Der folgende Inhalt bezieht sich auf Vcl.ExtActns.TListControlAction.ListControl.

Gibt die Zielkomponente des Aktionsobjekts an.

ListControl ist das Steuerelement, für das die Aktion ihre Operation durchführt. Die Eigenschaft sollte sich dabei einen Nachkommen von TCustomListControl enthalten, z.B. TListView oder TListBox.

Über ListControl können Sie die Aktion mit einem bestimmten Steuerelement verknüpfen. Wenn Sie der Eigenschaft ListControl nicht explizit ein Objekt zuweisen, bezieht sich die Aktion auf das Listenfeld oder die Listenansicht, die zum Zeitpunkt der Ausführung aktiv ist.

Siehe auch