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:
parent
125e6e11ca
commit
31951b323a
@ -26,7 +26,7 @@
|
|||||||
Read-only, no indexes, no sorting
|
Read-only, no indexes, no sorting
|
||||||
Tested on Win and Linux gtk2/qt (32bit/64bit)"/>
|
Tested on Win and Linux gtk2/qt (32bit/64bit)"/>
|
||||||
<License Value="Mozilla Public License 1.1, or LGPL"/>
|
<License Value="Mozilla Public License 1.1, or LGPL"/>
|
||||||
<Version Minor="2" Release="1"/>
|
<Version Minor="2" Release="2"/>
|
||||||
<Files Count="2">
|
<Files Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="paradoxreg.pas"/>
|
<Filename Value="paradoxreg.pas"/>
|
||||||
|
@ -78,7 +78,7 @@ The main characteristics are:
|
|||||||
in property TargetEncoding which defaults to "UTF8". In the case that text
|
in property TargetEncoding which defaults to "UTF8". In the case that text
|
||||||
fields must be encoded differently specify the codepage name here, e.g.
|
fields must be encoded differently specify the codepage name here, e.g.
|
||||||
"CP1252" for Western Europe code page (use the (case-insensitive) names
|
"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
|
* Filtering: Set Filtered to false. Then define the filter conditon in property
|
||||||
Filter or use the OnFilterRecord event. Finally start the filtering action
|
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
|
Since the component uses the RecNo as bookmarks it is not required to call
|
||||||
FreeBookmark.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user