Reference for the Mosaic unit Resources

Class Overview
Core::Resource
Resources::Bitmap
Resources::ExternBitmap
Resources::Font
Constants
Resources::AM
Resources::April
Resources::AprilAbbr
Resources::August
Resources::AugustAbbr
Resources::December
Resources::DecemberAbbr
Resources::February
Resources::FebruaryAbbr
Resources::Friday
Resources::FridayAbbr
Resources::January
Resources::JanuaryAbbr
Resources::July
Resources::JulyAbbr
Resources::June
Resources::JuneAbbr
Resources::March
Resources::MarchAbbr
Resources::May
Resources::MayAbbr
Resources::Monday
Resources::MondayAbbr
Resources::November
Resources::NovemberAbbr
Resources::October
Resources::OctoberAbbr
Resources::PM
Resources::Saturday
Resources::SaturdayAbbr
Resources::September
Resources::SeptemberAbbr
Resources::Sunday
Resources::SundayAbbr
Resources::Thursday
Resources::ThursdayAbbr
Resources::Tuesday
Resources::TuesdayAbbr
Resources::Wednesday
Resources::WednesdayAbbr

The unit 'Resources' provides few fundamental classes needed to handle bitmaps and fonts created at the design time in the Embedded Wizard environment:

const string AM = "AM";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string April = "April";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string AprilAbbr = "Apr";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string August = "August";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string AugustAbbr = "Aug";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string December = "December";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string DecemberAbbr = "Dec";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string February = "February";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string FebruaryAbbr = "Feb";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string Friday = "Friday";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string FridayAbbr = "Fri";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string January = "January";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string JanuaryAbbr = "Jan";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string July = "July";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string JulyAbbr = "Jul";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string June = "June";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string JuneAbbr = "Jun";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string March = "March";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string MarchAbbr = "Mar";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string May = "May";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string MayAbbr = "May";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string Monday = "Monday";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string MondayAbbr = "Mon";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string November = "November";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string NovemberAbbr = "Nov";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string October = "October";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string OctoberAbbr = "Oct";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string PM = "PM";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string Saturday = "Saturday";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string SaturdayAbbr = "Sat";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string September = "September";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string SeptemberAbbr = "Sep";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string Sunday = "Sunday";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string SundayAbbr = "Sun";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string Thursday = "Thursday";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string ThursdayAbbr = "Thu";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string Tuesday = "Tuesday";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string TuesdayAbbr = "Tue";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string Wednesday = "Wednesday";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.

const string WednesdayAbbr = "Wed";

Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.