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