--- oup/current/Data.pas 2006/12/18 23:35:30 43 +++ oup/current/Data.pas 2006/12/23 16:26:43 46 @@ -93,6 +93,14 @@ type Target: LongWord; end; + TToolList = array of record + context: String; + name: String; + exts: String; + end; + + TSortType = (stIDAsc, stIDDesc, stNameAsc, stNameDesc, stExtAsc, stExtDesc); + var { opened_state:Byte=0;