1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_text areas_locktextarea:
- ============
- LockTextArea
- ============
- LockTextArea -
- Description
- ===========
- .. code-block:: blitzmax
- LockTextArea( textarea:TGadget )
- Lock a TextArea gadget for improved performance when formatting.
- See Also: #UnlockTextArea and #CreateTextArea
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|