Source position: intuition.pas line 2907
type TBTDString = record
BS_Node: TBTDNode;
BS_String: array [0..BTDMAXSTRLEN-1] of Char;
end;