[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the value in the CharSet property.
Source position: translations.pas line 132
protected procedure TPOFile.SetCharSet( |
const AValue: string |
); |
AValue |
|
New value for the CharSet property. |
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 |