RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBListBox.ReadOnly Property

Determines if the user can change the field value using the listbox.

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

Set ReadOnly to specify whether the listbox should be used for display purposes only. If ReadOnly is true, the listbox can only be used to display the value of the field on the current record. If ReadOnly is false, the user can use the listbox to change the field's value to one of the values in the Items list. 

 

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