FireDAC.Comp.Script.TFDScriptOptions.FileEndOfLine
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptOptions | |
Delphi
property FileEndOfLine: TFDTextEndOfLine read FFileEndOfLine write FFileEndOfLine default elDefault;
C++
__property Firedac::Stan::Intf::TFDTextEndOfLine FileEndOfLine = {read=FFileEndOfLine, write=FFileEndOfLine, default=0};
Description
Specifies the end-of-line character sequence of the SQL script file.
Set the FileEndOfLine property value to the type of end-of-line character sequence. The default value is elDefault.