Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SQL To String DelphiNew to Visual Studio Code? Get it now.
SQL To String Delphi

SQL To String Delphi

Matheus Ferreira Nascimento

|
228 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQL To String Delphi

Convert SQL query to simple String in Delphi.

Commands

  • STSD: Delphi to SQL Converts the string used for query in Delphi to a query to be used in MS SQL.
  • STSD: SQL To Delphi : Add quotes at the beginning and end of each line of the selected query, concatenating the text to be used as a string in Delphi.

Extension Settings

  • sqltostringdelphi.InitialVariable: the entered text will be concatenated to the String at the beginning of each line.
  • sqltostringdelphi.FinalVariable: the entered text will be concatenated to String at the end of each line.
  • sqltostringdelphi.ConsiderTheLargestLine: considers the line that has the largest amount of text to inform the end of the String.
  • sqltostringdelphi.InitialVariableFirstLine: does not display the text of the "Initial Variable" field in the first line.
  • sqltostringdelphi.FinalVariableLastLine: does not display the text of the "Final Variable" field in the last line.
  • sqltostringdelphi.LocalVariables: Identify parameters in the string to be used as local variables.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft