Index Parent

String class


 

The String class is used to create simple string gadget or very big text input object.

The String class is a subclass of TextInput.mcc, so you must have TextInput.mcc in MUI:libs/MUI .

TextInput.mcc is copyright Oliver Wagner <owagner@vapor.com> .

If you want scroll bars around the string object, use the TextInputScroll class. It has the same attributes and methods of String class.

 

See String()

 

ATTRIBUTES
Name Type Class Note
Accept S ISGN  
Acknowledge B GN  
AdvanceOnCR B ISGN  
AutoExpand N ISGN  
BlinkRate N ISGN  
BookMark1 N ISGN  
BookMark2 N ISGN  
BookMark3 N ISGN  
Changed B GN  
Contents S ISGN  
CursorPos N SGN  
CursorStyle N ISGN  
DefPopUp B I  
Editable B ISGN  
Format M ISGN G2N LEFT CENTER RIGHT
Integer N ISGN  
IsNumeric B ISGN  
IsOld B ISGN  
Lines N GN  
MarkEnd N ISGN  
MarkStart N ISGN  
MaxLen N IG  
MaxLine N IG  
MaxVal N ISGN  
MinimumWidth N ISGN  
MinVal N ISGN  
MultiLine B IG  
NewContents S GN It is notified on Acknowledge
NoCopy N ISGN  
NoInput B IG  
Preparse S ISGN  
ProhibitParse N ISGN  
Quiet B SGN  
Reject S ISGN  
RemainActive B ISGN  
Secret B ISGN  
SetMax B ISGN  
SetMin B ISGN  
SetVMax B ISGN  
SetVMin B ISGN  
StringFont M ISGN G2N NORMAL FIXED
Styles M ISGN G2N NONE MUI IRC EMAIL HTML
SuggestParse N ISGN  
TabLen N ISGN  
Tabs M ISGN G2N IGNORE SPACES DISK
TopLine N ISGN  
UseWinBorder B I TextInputScroll class
VertScrollerOnly B I TextInputScroll class
WordWrap B ISGN  

 

METHODS
Name Parameters Note
AppendText <text> In this version text must be <= 64 char long
Blink    
DoBottom    
DoBS    
DoBSSOL    
DoBSWord    
DoCopy    
DoCut    
DoCutLine    
DoDecrementDec    
DoDel    
DoDelEOL    
DoDelWord    
DoDown    
DoGotoBookmark1    
DoGotoBookmark2    
DoGotoBookmark3    
DoIncrementDec    
DoInsertFile <file> In this version file must be <= 64 char long
DoLeft    
DoLineEnd    
DoLineStart    
DoMarkAll    
DoMarkStart    
DoNextGadget    
DoNextWord    
DoPageDown    
DoPageUp    
DoPaste    
DoPopUp    
DoPrevWord    
DoRedo    
DoReVert    
DoRight    
DoSetBookmark1    
DoSetBookmark2    
DoSetBookmark3    
DoTab    
DoToggleCase    
DoToggleCaseEow    
DoTop    
DoUndo    
DoUp    
ExternalEdit    
InsertFromFile <file> In this version file must be <= 64 char long
InsertText <text> In this version text must be <= 64 char long
LoadFromFile <file> In this version file must be <= 64 char long
SaveToFile <file> In this version file must be <= 64 char long