DetectAll Property (FileProp Object)¶
Corresponds to the Detect
All check box in the File page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.DetectAll;
object.DetectAll = b;
[VBScript]¶
b = object.DetectAll
object.DetectAll = b
Version¶