====== DeleteExtensionFilter ====== Removes filtered [[http://en.wikipedia.org/wiki/Filename_extension|extension]], files of which will be ignored during the documents loading. ===== Syntax ===== procedure DeleteExtensionFilter(aExtension: string); ==== Parameters ==== * **//aExtension//** * //type:// string * //functions:// filtered extension ===== Examples ===== -//Remove the prohibition of uploading "jpeg" files DeleteExtensionFilter('.jpeg');