QuoteStr method

Previous  Top  Next

See Also Properties Methods Events Example
Unit
MySQLDataset

Applies to
TMySQLDataset TMySQLTable and TMySQLQuery components

Declaration
function QuoteStr(const S: string): string;

Description
Create a quoted string, ex. "string", will return as "`string`".