Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%HI_GetFontCharSetRE, %HI_SetFontCharSetRE functions


Function

The

function

%HI_SetFontCharSetRE function sets

a

the font character set

to

of the selected text in the graphic object Text entry field of RichEdit type (control function).

The

function

%HI_GetFontCharSetRE function retrieves the character set of the font of the selected text in the graphic

object

object Text entry field of RichEdit type.

Declaration
Blok kódu
languageesl
themeConfluence
%HI_SetFontCharSetRE(
   INT in refId,
   INT in fontCharSet
 )
 
 INT %HI_GetFontCharSetRE(
   INT in refId
 )
Parameters
refIdReference to graphic object Text entry field of the RichEdit type (reference variable).
fontCharSetCharacter set of the selected text in the graphic object Text entry field of the RichEdit type.
Note
The character sets includes utf-8, windows-1250, etc.
More information, including the constants, you can find on http://msdn.microsoft.com/en-us/library/ms531361%28VS.85%29.aspx.