DetectTSV Property (FileProp Object)¶
Corresponds to the Detect TSV (Tab-Separated) check box in the
File page of Configuration Properties. Supported on EmEditor Professional Version 9.00 or later.¶
[JavaScript]¶
b = object.DetectTSV;
object.DetectTSV = b;
[VBScript]¶
b = object.DetectTSV
object.DetectTSV = b
Version¶