Source position: intuition.pas line 427
type TStringInfo = record |
Buffer: PChar; |
UndoBuffer: PChar; |
BufferPos: SmallInt; |
MaxChars: SmallInt; |
DispPos: SmallInt; |
UndoPos: SmallInt; |
NumChars: SmallInt; |
DispCount: SmallInt; |
CLeft: SmallInt; |
CTop: SmallInt; |
Extension: Pointer; |
_LongInt: LongInt; |
AltKeyMap: Pointer; |
end; |