| 
       << Click to display table of contents >> TRVHTMLEncoding Type | 
    
Unit [VCL/FMX] RVStyle / fmxRVStyle;
type
TRVHTMLEncoding =
(rvhtmleUTF8, rvhtmleANSI);
Encoding for HTML saving
Value  | 
Meaning  | 
|---|---|
rvhtmleUTF8  | 
UTF-8  | 
rvhtmleANSI  | 
ANSI (Windows) encoding, corresponding to TRVStyle.TextStyles[0].Charset  |