Vcl.Controls.TCustomListControl.CopySelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopySelection(Destination: TCustomListControl); virtual; abstract;

C++

virtual void __fastcall CopySelection(TCustomListControl* Destination) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomListControl

Description

Copies the selected items to another TCustomListControl descendant.

CopySelection adds all selected items to another TCustomListControl descendant.

Destination is the list control that receives the items.

See Also