JVCL Help:PrepareText

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Normalizes HTML tags from an HTML-enabled control prior to rendering.

run\JvHtControls.pas


Pascal

 run\JvHtControls.pas
 functionPrepareText(constA: string): string; deprecated;


Parameters

Parameters Description
const A: string String argument to be prepared for rendering.

run\JvHtControls.pas


Description

PrepareText is a String function used to normalize HTML tags from an HTML-enabled control prior to rendering. Normalization includes the following operations:

  • Converts HTML entities to characters or symbols
  • Removes line-end sequences
  • Converts BR tags to line-end sequences

PrepareText calls the HTMLPrepareText function in JvJVCLUtils.pas.

run\JvHtControls.pas


See Also

HTMLPrepareText

run\JvHtControls.pas


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page