Rosi Components |
Unit rHTMLLabelUses Functions and Procedures Types Variables Description
Supported HTML tags: <B>, </B>, <I>, </I>, <U>, </U>, <BIG>, </BIG>, <SMALL>, </SMALL>, <A HREF=target> for automatic launching of URL target (http, mailto, file etc.), <A NAME=param> for calling of user defined events, </A>, <COLOR=Red>, <COLOR=#FFFFFF> (RGB value), </COLOR> for setting of font color, <FONT COLOR=Red>, <FONT COLOR=#FFFFFF> (RGB value), </FONT> for setting of font color, <BGCOLOR=Gray>, </BGCOLOR> for setting of background color <BR> for line break, <TAB> for tabs grid <INDENT> for defining left indent for wraped lines <VAR>, </VAR> - defines parameter <NOWORDWRAP> - change label properties WordWrap to false (force drawing in one line) Caption can contain parameters (between <VAR> and </VAR> tags), for each parameter OnGetParameter events is called . TrHTMLLabel can display caption with 3D effect and beveled. For long caption can be used new memo property - CaptionStrings. Updated version compatible with Delphi2010+. Splash screen in demo version. OverviewClasses, Interfaces, Objects and Records
Constants
DescriptionConstants
AuthorCreatedJan 2006 Last ModifiedMar 2020 Generated by PasDoc 0.15.0. |