[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TListItem.Cut

Indicates if the list item has been cut from the list but it can be pasted to the clipboard.

Declaration

Source position: comctrls.pp line 1069

public property TListItem.Cut : Boolean
  index lisCut
  read GetState
  write SetState;

Description

Cut is a Boolean property which reflects whether the value lisCut has been included in the TListItemState flags for the list item. The property value is retrieved from and written to the widgetset class for the TCustomTreeView control when its handle has been allocated.


Version 3.2 Generated 2024-02-25 Home