FireDAC.Stan.Option.TFDResourceOptions.PreprocessCmdText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreprocessCmdText: Boolean read GetPreprocessCmdText  write SetPreprocessCmdText;

C++

__property bool PreprocessCmdText = {read=GetPreprocessCmdText, write=SetPreprocessCmdText, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

Description

Controls the SQL command text preprocessor.

Use the PreprocessCmdText property to enable/disable the SQL command text preprocessor. The default value is True.  The property is a shortcut for 5 properties, allowing to control all aspects of the SQL command text preprocessor:

Setting a value to PreprocessCmdText assigns this same value to all the 5 properties. By default, it is True. Setting it to False allows you to speed up the processing of long SQL command texts (tens of KB).

See Also