Sfoglia il codice sorgente

* contextlist property

git-svn-id: trunk@15457 -
marco 15 anni fa
parent
commit
95bc0374de
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/chm/src/chmreader.pas

+ 1 - 0
packages/chm/src/chmreader.pas

@@ -126,6 +126,7 @@ type
     property PreferedFont: String read fPreferedFont;
     property LocaleID: dword read fLocaleID;
     property SearchReader: TChmSearchReader read FSearchReader write FSearchReader;
+    property contextlist : tcontextlist read fcontextlist;
   end;
 
   { TChmFileList }