SetEditReadOnly Data Member Function

Enables or disables the read-only state of the control at the specified index.

Prototype

int32 SetEditReadOnly( int32 p_nIndex, int32 p_bReadOnly )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the control whose read-only value you wish to set.
int32p_bReadOnly0 makes this control read-write and 1 makes the control read-only.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.