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