FastReport_FMX_2.8.12/Res/Farsi
2024-07-06 22:41:12 +02:00
..
frxrcClass.xml Init 2024-07-06 22:41:12 +02:00
frxrcDesgn.xml Init 2024-07-06 22:41:12 +02:00
frxrcExports.xml Init 2024-07-06 22:41:12 +02:00
frxrcInsp.xml Init 2024-07-06 22:41:12 +02:00
mk.bat Init 2024-07-06 22:41:12 +02:00
mkall.bat Init 2024-07-06 22:41:12 +02:00
readme.txt Init 2024-07-06 22:41:12 +02:00

////////////////////////////////////////////////////////////
//
//  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(...);
//