FireDAC.Phys.ASA.TFDASAValidate.StartLine

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
Unit: FireDAC.Phys.ASA
Parent: TFDASAValidate

Delphi

property StartLine: String read FStartLine write FStartLine;

C++

__property System::UnicodeString StartLine = {read=FStartLine, write=FStartLine};

Description

Specifies the start line.

Use the StartLine to specify the SQL Anywhere start line. It can be used for SQL Anywhere v 9 or less only.

See Also