Unit rHTMLListView
Description
rHTMLListView is enhanced TCustomListView component which supports definable size of items and icons, background colors and fonts, HTML labels. It provides many new properties and functions for loading of items from database of from directory.
Version compatible with Delphi2010+. Splash screen in demo version.
Overview
Classes, Interfaces, Objects and Records
Class TrHTMLListItem |
new extended ListView Item object |
Class TItemOptionsEx |
class for new Items design properties (size, colors, position) |
Class TrHTMLListView |
TrHTMLListView is enhanced ListView with multiline HTML text and definable size, colors and alignment of items |
Types
Description
Types
TLVGetItemParamsEvent = procedure(Sender: TObject; Item: TrHTMLListItem; var ItemBkColor: TColor; var ItemFrameType: TFrameType; var ItemFrameColor: TColor; TextFont: TFont; var TextBkColor: TColor; var TextFrameType: TFrameType; var TextFrameColor: TColor) of object; |
|
TLVGetItemContentEvent = procedure(Sender: TObject; Item: TrHTMLListItem; var HTMLText: string; Image: TBitmap) of object; |
|
TLVDrawHTMLItemEvent = procedure(ACanvas: TCanvas; Item: TrHTMLListItem; ItemRect: TRect) of object; |
|
TLVClickItemEvent = procedure(Sender: TObject; Item: TrHTMLListItem; Button: TMouseButton; Shift: TShiftState; ClickToText, ClickToImage: boolean) of object; |
|
Author
Created
Dec 2015
Last Modified
Jan 2016
Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10
|