FireDAC.Comp.Script.TFDScriptTextMode
Delphi
TFDScriptTextMode = (smRead, smWriteReset, smWriteAppend);
C++
enum DECLSPEC_DENUM TFDScriptTextMode : unsigned int { smRead, smWriteReset, smWriteAppend };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | FireDAC.Comp.Script |
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. |