FMX.ListBox.TListBoxSelector.CopySelection
Delphi
procedure CopySelection(const Other: TListBoxSelector); virtual; abstract;
C++
virtual void __fastcall CopySelection(TListBoxSelector* const Other) = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxSelector |
Beschreibung
Versuch, eine Auswahl in einen anderen Selektor zu kopieren.