RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlDeleteSelection.ListControl Property

Provides access to the target of the action.

Pascal
property ListControl: TCustomListControl;
C++
__property TCustomListControl ListControl;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!