DhEdit.setReadOnly

Overview | Methods | This Package | All Packages

DhEdit.setReadOnly

Sets the read-only mode for the edit control.

Syntax

public void setReadOnly( boolean fReadOnly )

Parameters

fReadOnly

Set to true for read-only; set to false for read/write.

See Also   getReadOnly