Topic: Final version 5.5

Version 5.5
http://myvisualdatabase.com/download/myvisualdb.exe


What's new?
- Added TCSV and TCSVWriter classes for working with CSV files, example: http://myvisualdatabase.com/forum/viewt … ?pid=31225


- Added horizontal alignment for TableGrid component headers
http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=5632&download=0


- Added function GetKeyboardLayout

- Added methods for the map component: AddMapKMLLayer, DeleteAllMapKMLLayer, LoadGeoJSONPolyline, LoadGeoJSONPolygon

- Fixed bug in function DecryptRC5

- Improved import and export

- Fixed several bugs of import and export

Dmitry.

Re: Final version 5.5

How do you import a file, for example, if the file is Pipe delimited or a different character?

Re: Final version 5.5

livexox wrote:

How do you import a file, for example, if the file is Pipe delimited or a different character?

You can change Field separator

CSV := TCSV.Create;
CSV.FieldSeparator := '|';


Here you can find all properties and methods of this class
http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=5623&download=0

Post's attachments

Attachment icon csv.png 51.14 kb, 139 downloads since 2019-07-04 

Dmitry.