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

TPOFile.SetCharSet

Updates the value in the CharSet property.

Declaration

Source position: translations.pas line 132

protected procedure TPOFile.SetCharSet(

  const AValue: string

);

Arguments

AValue

  

New value for the CharSet property.

Description

SetCharSet ensures that CharSet contains 'UTF-8' when an empty value ('') is passed in the AValue argument. Please note that SetCharSet is not the write access specifier for the CharSet property; CharSet is defined as read-only.


Version 4.0 Generated 2025-05-03 Home