Vcl.ComCtrls.TTreeNode.Cut

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Cut: Boolean read GetCut write SetCut;

C++

__property bool Cut = {read=GetCut, write=SetCut, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Beschreibung

Ermittelt, ob ein Baumknoten-Objekt zur Zeit für eine Cut&Paste-Aktion markiert ist.

Mit Cut lässt sich feststellen, ob ein Knoten für eine Cut&Paste-Aktion markiert ist.

Siehe auch