mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 12:59:00 +02:00
lcl docs: added hint for utf8
git-svn-id: trunk@23162 -
This commit is contained in:
parent
4a57ea658c
commit
28705f03fa
@ -720,7 +720,8 @@ and then check the result to see if the user made a valid choice and pressed the
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TFileDialog.FileName">
|
||||
<short>String to store the name of the file chosen by the user.</short>
|
||||
<short>String storing the name of the file chosen by the user as UTF8.</short>
|
||||
<descr>If you need the filename as system encoded, you can use UTF8ToSys from the unit FileUtil.</descr>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TFileDialog.Filter">
|
||||
|
Loading…
Reference in New Issue
Block a user