git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@24 475b051d-3a53-6940-addd-820bf0cfe0d7
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
////////////////////////////////////////////////////////////
|
|
//
|
|
// Translated By : Mansour Tanhaei
|
|
// Last update : 26 September 2009
|
|
// E-mail : sasan_vm@yahoo.com
|
|
//
|
|
// This resource update for FastReport 4.8
|
|
//
|
|
// SUGGESTIONS:
|
|
// - For use this resouce change: Winodws|Language options|
|
|
// |Advanced|Language for non-Unicode program ... to Farsi.
|
|
//
|
|
// - Really don't need to link this resource with FastReport library you (developer) can use english resource and load
|
|
// farsi resource for end user at run-time, You can use this way for multi language project.
|
|
//
|
|
// Sample code:
|
|
//
|
|
// -------------------------------------------
|
|
// C++ Builder
|
|
// -------------------------------------------
|
|
// #include <frxRes.hpp>
|
|
//
|
|
// ...
|
|
// ....
|
|
// frxResources()->LoadFromFile(...);
|
|
// or
|
|
// frxResources()->LoadFromStream(...);
|
|
//
|
|
// -------------------------------------------
|
|
// Delphi
|
|
// -------------------------------------------
|
|
// uses frxRes;
|
|
//
|
|
// ...
|
|
// ....
|
|
// frxResources().LoadFromFile(...);
|
|
// or
|
|
// frxResources().LoadFromStream(...);
|
|
//
|