Class identifier. A string gadget.
Source position: intuition.pas line 1744
| const STRGCLASS: ClassID = 'strgclass'; | 
SuperClass:gadgetclass
Intuition compatible string gadgets. The Boopsi string gadget can either be a plain string gadget or an integer string gadget. An integer gadget filters out all characters except those that make up integer values.
Changed Methods:
Attributes:
STRINGA_LongVal (ISGNU)
STRINGA_TextVal (ISGNU)
The remaining strgclass attributes correspond to the flags and fields that the conventional Intuition string gadget uses.
STRINGA_MaxChars (I)
STRINGA_Buffer (I)
STRINGA_BufferPos (ISU)
STRINGA_DispPos (ISU)
STRINGA_AltKeyMap (IS)
STRINGA_Font (IS)
STRINGA_Pens (IS)
STRINGA_ActivePens (IS)
STRINGA_EditHook (I)
STRINGA_EditModes (IS)
STRINGA_ReplaceMode (IS)
STRINGA_NoFilterMode (IS)
STRINGA_ExitHelp (IS)
| 
 | Name of the Object class | |
| 
 | This structure is READ-ONLY, and allocated only by Intuition | |
| 
 | Find a registered class | |
| 
 | Create and initialize a boopsi class. | |
| 
 | Create an object from a class. |