Unit mseconsts

Description

This item has no 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;

This item has no description.

function modalresulttextnoshortcut(const index: modalresultty): msestring;

This item has no description.

function stockcaptions(const index: stockcaptionty): msestring;

This item has no description.

function stocktextgenerators(const index: textgeneratorty): textgeneratorfuncty;

This item has no description.

function uc(const index: integer): msestring;

This item has no description.

procedure registeruserlangconsts(name: string; const caption: array of msestring);

This item has no description.

procedure registerlangconsts(const name: string; const stockcaptionpo: pstockcaptionaty; const modalresulttextpo: pdefaultmodalresulttextty; const modalresulttextnoshortcutpo: pdefaultmodalresulttextty; const textgeneratorpo: pdefaultgeneratortextty);

This item has no description.

function setlangconsts(const name: string): boolean;

This item has no description.

function getcurrentlangconstsname: string;

This item has no description.

procedure setuserlangconsts(const name: string);

This item has no description.

procedure registerlangchangeproc(const aproc: langchangeprocty);

This item has no description.

procedure unregisterlangchangeproc(const aproc: langchangeprocty);

This item has no description.

Types

stockcaptionaty = array[stockcaptionty] of msestring;

This item has no description.

pstockcaptionaty = ˆstockcaptionaty;

This item has no description.

defaultmodalresulttextty = array[modalresultty] of msestring;

This item has no description.

pdefaultmodalresulttextty = ˆdefaultmodalresulttextty;

This item has no description.

defaultgeneratortextty = array[textgeneratorty] of textgeneratorfuncty;

This item has no description.

pdefaultgeneratortextty = ˆdefaultgeneratortextty;

This item has no description.

langty = (...);

This item has no description.

Values
  • la_none
  • la_en
  • la_de
  • la_ru
  • la_es
  • la_uzcyr
  • la_id
  • la_zh
  • la_fr
langchangeprocty = procedure(const langname: ansistring);

This item has no description.

Constants

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

This item has no description.


Generated by PasDoc 0.17.0.snapshot.