JVCL Help:TJvCustomCsvDataSet.GetAsString

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

For Experts Only. Return the string value of a particular field.


Pascal

 functionGetAsString(constRow: Integer; constColumn: Integer): string; virtual;


Parameters

Parameters Description
const Row: Integer Description for this parameter
const Column: Integer Description for this parameter


Return Value

Returns a value in the raw format, exactly as it will be stored in in the CSV file.


Description

Grab a particular field (by field index), for a particular row (by record number), and get its value as a String. The values are returned in the format they will be stored in, in the CSV file. So for example, a string field value that has a comma in it, will be returned with the quotes around it that must be used for string literal values in a CSV file.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page