lcl docs: added hint for utf8

git-svn-id: trunk@23162 -
This commit is contained in:
mattias 2009-12-17 13:56:30 +00:00
parent 4a57ea658c
commit 28705f03fa

View File

@ -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">