Source position: intuition.pas line 2884
type TBTDInteger = record
BI_Node: TBTDNode;
BI_Value: LongInt;
BI_Min: LongInt;
BI_Max: LongInt;
BI_Slider: LongInt;
BI_Format: PChar;
BI_Hook: PHook;
end;