API Component.Property.SetWritable
From Flowcode Help
Jump to navigationJump to search
Detailed description
This call decides if the property, or any of its children if specifying a folder, are writable or not through the Properties Panel. This state may be read with GetWritable.
Examples
Calling in a calculation
- Add to a calculation icon:
::Component.Property.SetWritable(handle, "property", false)
No additional examples