Online Documentation for Advanced Data Import for RAD Studio VCL

TQImportFieldFormat.QuoteAction

 

TQImportFieldFormat                


 

type TQuoteAction = (qaNone, qaAdd, qaRemove);

 

property QuoteAction: TQuoteAction;

 

Description

The QuoteAction property defines the action taken on importing the quotation string to the field. If this property is qaNone then no action is taken, if it is qaAdd then quotation marks will be added to the imported string, and if it is qaRemove then the quotation marks will be removed from the imported quotation string.

 

 


See also:

LeftQuote property

RightQuote property