FireDAC.Stan.Option.TFDSecurityOptions.AllowSQLChange
Delphi
property AllowSQLChange: Boolean read GetAllowSQLChange
C++
__property bool AllowSQLChange = {read=GetAllowSQLChange, write=SetAllowSQLChange, stored=IsASCS, default=1};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDSecurityOptions |
Beschreibung
Bei False werden Änderungen an dem Text einer FireDAC-SQL-Abfrage zur Laufzeit verhindert.
AllowSQLChange ist standardmäßig auf True festgelegt.