[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

GetUnicodeStringManager

Return a copy of the currently active unicodetring manager.

Declaration

Source position: ustringh.inc line 147

procedure GetUnicodeStringManager(

  var Manager: TUnicodeStringManager

);

Description

GetUnicodeStringManager returns a copy of the currently active unicode string manager in Old

UnicodeStrings are implemented in different ways on different platforms. Therefore, the Free Pascal Runtime library has no fixed implementation of widestring routines. Instead, it defines a UnicodeStringManager record, with callbacks that can be set to an implementation which is most efficient on the current platform. On windows, standard Windows routines will be used. On Unix and Linux, an implementation based on the C library is available (in unit cwstring).

It is possible to implement a custom unicodestring manager, optimized for the current application, without having to recompile the complete Run-Time Library.

See also

SetUnicodeStringManager

  

Set the unicodestring manager

TUnicodeStringManager

  

Unicode string manager


Documentation generated on: Mar 17 2017