Index Parent

HString class


The HString class is used to create string gadgets with hystory.

String is a subclass of String class, which is subclass of TextInput.mcc, so you must have TextInput.mcc in MUI:Libs/MUI to use it. TextInput.mcc is copyright of Oliver Wagner.

 

Attributes
Name Type Class Note
HSFlash B I Flash the screen when got history bounds. Default 0.
HSMax N I Max entries in history. Min value is 2. Default unlimited.
HSNTClear B I If 1, the contents is not cleared when the user presses return; if 0, the contents is cleared any time the iser presses return. Default 0.

 

Methods
Name Parameters Note
HSClearHistory   Clear history.

 

Note: