TParadoxDataset: clean-up

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9650 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2025-02-26 17:08:38 +00:00
parent 125e6e11ca
commit 31951b323a
2 changed files with 7 additions and 2 deletions

View File

@ -26,7 +26,7 @@
Read-only, no indexes, no sorting
Tested on Win and Linux gtk2/qt (32bit/64bit)"/>
<License Value="Mozilla Public License 1.1, or LGPL"/>
<Version Minor="2" Release="1"/>
<Version Minor="2" Release="2"/>
<Files Count="2">
<Item1>
<Filename Value="paradoxreg.pas"/>

View File

@ -78,7 +78,7 @@ The main characteristics are:
in property TargetEncoding which defaults to "UTF8". In the case that text
fields must be encoded differently specify the codepage name here, e.g.
"CP1252" for Western Europe code page (use the (case-insensitive) names
given in the LazUtils unit lconvencoding).
given in the LazUtils unit lconvencoding). (*)
* Filtering: Set Filtered to false. Then define the filter conditon in property
Filter or use the OnFilterRecord event. Finally start the filtering action
@ -90,3 +90,8 @@ The main characteristics are:
Since the component uses the RecNo as bookmarks it is not required to call
FreeBookmark.
-----
(*) Remark for v0.2.2:
InputEncoding has been made a writable property. If you know the encoding
of the text fields, but TParadoxDataset fails to detect it correctly, specify
here the correct code page.