Unit mseconsts

Uses
Classes, Interfaces, Objects and Records
Variables

Description

 

Overview

Functions and Procedures

function modalresulttext(const index: modalresultty): msestring;
function modalresulttextnoshortcut(const index: modalresultty): msestring;
function stockcaptions(const index: stockcaptionty): msestring;
function stocktextgenerators(const index: textgeneratorty): textgeneratorfuncty;
function uc(const index: integer): msestring;
procedure registeruserlangconsts(name: string; const caption: array of msestring);
procedure registerlangconsts(const name: string; const stockcaptionpo: pstockcaptionaty; const modalresulttextpo: pdefaultmodalresulttextty; const modalresulttextnoshortcutpo: pdefaultmodalresulttextty; const textgeneratorpo: pdefaultgeneratortextty);
function setlangconsts(const name: string): boolean;
function getcurrentlangconstsname: string;
procedure setuserlangconsts(const name: string);
procedure registerlangchangeproc(const aproc: langchangeprocty);
procedure unregisterlangchangeproc(const aproc: langchangeprocty);

Types

stockcaptionaty = array[stockcaptionty] of msestring;
pstockcaptionaty = ˆstockcaptionaty;
defaultmodalresulttextty = array[modalresultty] of msestring;
pdefaultmodalresulttextty = ˆdefaultmodalresulttextty;
defaultgeneratortextty = array[textgeneratorty] of textgeneratorfuncty;
pdefaultgeneratortextty = ˆdefaultgeneratortextty;
langty = (...);
langchangeprocty = procedure(const langname: ansistring);

Constants

langnames: array[langty] of string = ( '','en','de','ru','es','uz_cyr','id','zh', 'fr');

Description

Functions and Procedures

function modalresulttext(const index: modalresultty): msestring;
 
function modalresulttextnoshortcut(const index: modalresultty): msestring;
 
function stockcaptions(const index: stockcaptionty): msestring;
 
function stocktextgenerators(const index: textgeneratorty): textgeneratorfuncty;
 
function uc(const index: integer): msestring;
 
procedure registeruserlangconsts(name: string; const caption: array of msestring);
 
procedure registerlangconsts(const name: string; const stockcaptionpo: pstockcaptionaty; const modalresulttextpo: pdefaultmodalresulttextty; const modalresulttextnoshortcutpo: pdefaultmodalresulttextty; const textgeneratorpo: pdefaultgeneratortextty);
 
function setlangconsts(const name: string): boolean;
 
function getcurrentlangconstsname: string;
 
procedure setuserlangconsts(const name: string);
 
procedure registerlangchangeproc(const aproc: langchangeprocty);
 
procedure unregisterlangchangeproc(const aproc: langchangeprocty);
 

Types

stockcaptionaty = array[stockcaptionty] of msestring;
 
pstockcaptionaty = ˆstockcaptionaty;
 
defaultmodalresulttextty = array[modalresultty] of msestring;
 
pdefaultmodalresulttextty = ˆdefaultmodalresulttextty;
 
defaultgeneratortextty = array[textgeneratorty] of textgeneratorfuncty;
 
pdefaultgeneratortextty = ˆdefaultgeneratortextty;
 
langty = (...);
 
Values
  • la_none
  • la_en
  • la_de
  • la_ru
  • la_es
  • la_uzcyr
  • la_id
  • la_zh
  • la_fr
langchangeprocty = procedure(const langname: ansistring);
 

Constants

langnames: array[langty] of string = ( '','en','de','ru','es','uz_cyr','id','zh', 'fr');
 

Generated by PasDoc 0.16.0.