Search results

From Free Pascal wiki
Jump to navigationJump to search
  • ** PWideCahr (Pointeur pour le type de donnée WideChar)
    5 KB (819 words) - 08:19, 23 February 2020
  • ** PWideCahr (Zeiger für den Datentyp WideChar)
    5 KB (742 words) - 08:16, 23 February 2020
  • ...l" inline>ANSIChar</syntaxhighlight>/<syntaxhighlight lang="pascal" inline>wideChar</syntaxhighlight>
    10 KB (1,138 words) - 02:44, 18 October 2023
  • ...deString|WideString]] has a variable length like AnsiString but contains [[WideChar]] instead of [[Char]]. It is a BWSTR compatible string type and has no refe
    6 KB (963 words) - 22:51, 1 November 2022
  • ...l" inline>ANSIChar</syntaxhighlight>/<syntaxhighlight lang="pascal" inline>wideChar</syntaxhighlight>
    14 KB (738 words) - 17:20, 6 August 2022
  • * The [[WideChar]] is a two-byte character (an element of a DBCS: Double Byte Character Set)
    7 KB (960 words) - 16:17, 20 August 2022
  • === PWideChar/PUnicodeChar et WideChar/UnicodeChar === Ces types demeurent inchangés. WideChar/UnicodeChar peuvent contenir une simple unité de code UTF-16, alors que PW
    25 KB (4,030 words) - 05:08, 16 February 2020
  • === PWideChar/PUnicodeChar y WideChar/UnicodeChar === Estos tipos permanecen sin cambios. WideChar/UnicodeChar puede contener una sola unidad de código UTF-16, mientras que
    28 KB (4,758 words) - 05:06, 16 February 2020
  • 7 KB (327 words) - 16:17, 20 August 2022
  • | &nbsp; WideChar
    13 KB (1,664 words) - 10:03, 12 January 2014
  • ...ncy'' type maps to ''int64'', and the ''ansichar'' type to ''shortint''. ''Widechar (= unicodechar)'' is a separate type. ...ith ''{$h+}'', it will make ''uncodestring'' the default string type and ''widechar'' the default ''char'' type. This is similar to the change in Delphi 2009,
    26 KB (4,157 words) - 03:01, 16 February 2020
  • === PWideChar/PUnicodeChar и WideChar/UnicodeChar === Эти типы остались неизменными. WideChar/UnicodeChar могут содержать одиночную кодовую
    41 KB (712 words) - 04:22, 22 December 2019
  • * Das ''WideChar''' ist ein Zwei-Byte-Zeichen (ein Element eines DBCS: Double Byte Character
    7 KB (893 words) - 16:17, 20 August 2022
  • * El tipo '''WideChar''' es un carácter de dos octetos (un elemento de un DBCS: Double Byte Char
    7 KB (1,058 words) - 16:17, 20 August 2022
  • ...'currency'' тип оборажается в ''int64'', а ''AnsiChar'' в ''shortint''. ''WideChar (= unicodechar)'' является отдельным типом. ...g''' преобразуется в тип ''uncodestring'' по-умолчанию, а ''char'' в тип ''widechar''. Подобное преобразование происходит в D
    27 KB (1,647 words) - 03:04, 16 February 2020
  • ...tring. As a result the #$C3 and #$A4 are interpreted as widechar(#$C3) and widechar(#$A4), rather than as ansichars.
    19 KB (2,786 words) - 13:47, 21 February 2020
  • | Description: || Type definition for a unicode character (WideChar)
    15 KB (1,869 words) - 14:18, 31 December 2020
  • | Description: || Définition de type pour un caractère unicode (''WideChar'')
    16 KB (2,042 words) - 14:13, 31 December 2020
  • ==== Variant conversion preference for widechar ==== * '''Old behaviour''': If a ''widechar'' was passed to a ''variant'' parameter, it would be wrapped as a ''word''
    45 KB (6,423 words) - 01:05, 2 March 2020
  • ...сящегося к ascii 'ä' компилятор интерпретирует #$C3 в качестве отдельного widechar.
    46 KB (1,696 words) - 05:51, 2 March 2020
  • ...widestring으로 분류 되기 때문이다. 결과적으로 #$C3 와 #$A4 는 ansichar 대신 widechar(#$C3) 와 widechar(#$A4) 로 해석된다.
    22 KB (1,150 words) - 02:21, 19 February 2020
  • * fixed '''typeinfo unicodestring''' and '''widechar''' * fixed passing ''widechar'' to ''var argument char'' and ''unicodestring'' to ''string'' and vice ver
    63 KB (8,788 words) - 17:15, 28 February 2024
  • ...in FPC 2.7.1 and defines "String" as "UnicodeString" (UTF-16), "Char" as "WideChar", "PChar" as "PWideChar" and so forth. This affects only the current unit.
    22 KB (2,726 words) - 19:04, 10 March 2024
  • *string (unicodestring), char (widechar), [[Boolean]], [[Double]], [[Byte]], [[Shortint]], [[Word]], [[Smallint]],
    20 KB (768 words) - 20:47, 28 May 2022
  • ...in FPC 2.7.1 and defines "String" as "UnicodeString" (UTF-16), "Char" as "WideChar", "PChar" as "PWideChar" and so forth. This affects only the current unit.
    22 KB (3,306 words) - 10:23, 20 October 2023
  • 35 KB (2,411 words) - 05:30, 1 April 2021
  • ...changing the meaning of String (in {$H+} mode)/char/pchar to UnicodeString/WideChar/PWideChar. The codepage-aware AnsiStrings are always active in all syntax m
    17 KB (2,457 words) - 17:13, 25 May 2023
  • UnicodeChar: WideChar; { the translated Unicode character }
    21 KB (2,858 words) - 21:28, 27 January 2024
  • *string (unicodestring), char (widechar), [[Boolean]], [[Double]], [[Byte]], [[Shortint]], [[Word]], [[Smallint]],
    19 KB (3,009 words) - 23:51, 21 February 2024
  • AppData: array[0..19] of WideChar;
    19 KB (2,573 words) - 03:11, 9 August 2020
  • AppData: array[0..19] of WideChar;
    20 KB (1,326 words) - 11:48, 4 March 2020
  • ...''ord(s[1])'' would equal ''129''. Now, at run time ''w[1]'' will equal ''widechar('Б')'', and ''s[1]'' will (still) equal #129.
    27 KB (3,947 words) - 13:21, 3 March 2020
  • There is also ShellExecuteExW as a WideChar version, and ShellExecuteExA is AnsiChar.
    39 KB (5,395 words) - 10:36, 19 September 2023
  • ...custom character to be used as a "bullet" for each paragraph. Note, it's a WIDECHAR not UTF8
    39 KB (5,672 words) - 20:52, 29 September 2022
  • Также есть WideChar функции - ShellExecuteExW , ShellExecuteExA в режиме AnsiChar
    52 KB (2,162 words) - 16:22, 19 June 2023
  • Istnieje również ShellExecuteExW jako wersja WideChar, a ShellExecuteExA to wersja AnsiChar.
    41 KB (5,601 words) - 12:28, 3 November 2023
  • Strings object holds UnicodeString's, where each WideChar gives offset=1, and even Tab char gives offset=1. Component auto-calculates
    64 KB (9,280 words) - 20:22, 4 April 2024
  • *r54005 win32: fix WideChar -> UTF8 conversion in GetLocaleStr with fpc 2.6.4. Issue 31272. Patch by Lu
    49 KB (6,507 words) - 01:18, 7 April 2017
  • *r59539 FpDebug: temporary workaround to display widechar
    116 KB (15,904 words) - 20:18, 28 June 2021

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)