RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.ReadOnly Property

Determines whether the user can change the contents of the control.

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

Use ReadOnly to determine whether the list view can be used to enter data. If ReadOnly is true, the list view displays values that the user can't edit. If ReadOnly is false, the user can modify the contents. If ReadOnly is false, the OnEditing and OnEdited events occur when the user begins and finishes editing the list item, respectively. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!