Changes

Jump to: navigation, search

Console Class - OOP344 20121

162 bytes added, 02:22, 19 January 2012
IsTextEditor
=====IsTextEditor=====
If '''IsTextEditor''' is true and the value of '''*strOffset''' is changed at any time, then terminate the edit function immediately and return '''0''';
======TAB key======
If '''IsTextEditor''' is true and TAB key is hit, then instead of terminating the function ''CIO_TABSIZE'' spaces are inserted into ''str''.
 
=====ReadOnly=====
If '''ReadOnly''' is true, then edit function works exactly like before, except that any modification to the data (the content of the '''str''' string) will be ignored.

Navigation menu