Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

STRGCLASS

Class identifier. A string gadget.

Declaration

Source position: intuition.pas line 2790

const STRGCLASS: PChar = 'strgclass';

Description

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:

OM_NEW

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_UndoBuffer (I)

STRINGA_WorkBuffer (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_FixedFieldMode (IS)

STRINGA_NoFilterMode (IS)

STRINGA_Justification (IS)

STRINGA_ExitHelp (IS)

See also

ClassID

  

Name of the Object class

TIClass

  

This structure is READ-ONLY, and allocated only by Intuition

MakeClass

  

Create and initialize a boopsi class.

NewObjectA

  

Create an object from a class.


Documentation generated on: 2021-07-30