RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupControl.ReadOnly Property

Determines if the user can use the lookup control to set the value of the DataField field.

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

Use ReadOnly to specify whether the lookup control is used for display purposes only. If ReadOnly is true, the lookup control can only be used to display the lookup values that correspond to the value of the DataField field on the current record. If ReadOnly is false, the user can use the lookup control to change the field's value. 

 

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