| << Click to display table of contents >> TRVHTMLSavingPart Type | 
Unit [VCL/FMX] RVStyle / fmxRVStyle;
Specifies which part of HTML must be saved.
type
TRVHTMLSavingPart = (
rvhtmlspComplete,
rvhtmlspFirst,
rvhtmlspMiddle,
rvhtmlspLast);
| Value | Meaning | 
|---|---|
| rvhtmlspComplete | Complete HTML | 
| rvhtmlspFirst | Opening part of HTML (including opening tag of <html>, <head>, and opening tag of <body>) | 
| rvhtmlspMiddle | Content inside <body> | 
| rvhtmlspLast | Closing part of HTML (including </body> and </html>) |