System.SysUtils.TUnicodeEncoding.Clone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Clone: TEncoding; override;

C++

virtual TEncoding* __fastcall Clone();

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TUnicodeEncoding

Description

Creates a clone of the current instance.

System.SysUtils.TUnicodeEncoding.Clone inherits from System.SysUtils.TEncoding.Clone. All content below this line refers to System.SysUtils.TEncoding.Clone.

Creates a clone of the current instance.

Returns nil and should be overridden in descendant classes to create a clone of the current instance.