Source position: intuition.pas line 42
type TStringExtend = record |
Font: PTextFont; |
Pens: array [0..1] of Byte; |
ActivePens: array [0..1] of Byte; |
InitialModes: LongWord; |
EditHook: PHook; |
WorkBuffer: STRPTR; |
Reserved: array [0..3] of LongWord; |
end; |