System.SetTextCodePage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTextCodePage(var T: Text; CodePage: Word);

C++

extern DELPHI_PACKAGE void __fastcall SetTextCodePage(TextFile &T, Word CodePage);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Sets the code page of a text file.

SetTextCodePage sets the CodePage field in a TTextRec variable.

See Also