RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Cut Property

Determines whether the list item is drawn as if it is selected for a cut operation.

Pascal
property Cut: Boolean;
C++
__property Boolean Cut;

Set the Cut property to give the list item the grayed-out appearance of an item selected for cutting. Cut does not copy the item to the Clipboard or remove it from the list: the application must still perform these operations. 

 

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