FireDAC.Comp.Script.TFDScriptOptions.FileEndOfLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileEndOfLine: TFDTextEndOfLine read FFileEndOfLine write FFileEndOfLine default elDefault;

C++

__property Firedac::Stan::Intf::TFDTextEndOfLine FileEndOfLine = {read=FFileEndOfLine, write=FFileEndOfLine, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

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.

See Also