Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxDBTreeViewEdit.ReadOnly Property

Determines if a user can change the value of a field.

Declaration

property ReadOnly: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set ReadOnly to specify whether TdxDBTreeViewEdit should be used for display purposes only. If ReadOnly is True, TdxDBTreeViewEdit can only be used to display the value of a field on the current record. If ReadOnly is False, the user can use TdxDBTreeViewEdit to edit the field’s value.

See Also