DetectDSV Property (FileProp Object)

Corresponds to the Detect DSV (User-Defined Delimiter-Separated) check box in the File page of Configuration Properties.

[JavaScript]

b = object.DetectDSV;
object.DetectDSV = b;

[VBScript]

b = object.DetectDSV
object.DetectDSV = b

Version

Supported on EmEditor Professional Version 9.00 or later.