Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TMarshal.AllocStringAsAnsi

Declaration

Source position: objpash.inc line 681

public class function TMarshal.AllocStringAsAnsi(

  const Str: UnicodeString

):TPtrWrapper;

class function TMarshal.AllocStringAsAnsi(

  const Str: UnicodeString;

  CodePage: Word

):TPtrWrapper;

class function TMarshal.AllocStringAsAnsi(

  S: PUnicodeChar

):TPtrWrapper;

class function TMarshal.AllocStringAsAnsi(

  S: PUnicodeChar;

  CodePage: Word

):TPtrWrapper;

class function TMarshal.AllocStringAsAnsi(

  S: PUnicodeChar;

  Len: SizeInt;

  CodePage: Word

):TPtrWrapper;


Documentation generated on: Jul 24 2023