FireDAC.Comp.Script.TFDScriptTextMode
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: FireDAC.Comp.Script |
Delphi
TFDScriptTextMode = (smRead, smWriteReset, smWriteAppend);
C++
enum DECLSPEC_DENUM TFDScriptTextMode : unsigned int { smRead, smWriteReset, smWriteAppend };
Description
Specifies the text reading/writing modes.
TFDScriptTextMode specifies what operation must be done on the text source:
Name | Description |
---|---|
smRead | Read the text source. |
smWriteReset | Write to the text source, reset it on opening. |
smWriteAppend | Write to the text source, append it to the existing source. |