|
TRVScroller |
Top Previous Next |
|
This class is an ancestor of all visual components in TRichView family (TRichView, TRichViewEdit, TDBRichView, TDBRichViewEdit, TRVPrintPreview). Unit RVScroll; Syntax TRVScroller = class(TCustomControl) Hierarchy TObject TPersistent TComponent TControl TWinControl TCustomControl Main Features This is a control what can scroll its content. Due to limitation of scrollbar ranges, its vertical scrollbar units are not pixels but special units, "RVSU" (10 pixels by default). Do not use this class directly in your program. Use its descendants, such as TRichView. TRVScroller is not registered as a component itself. It introduces some properties and methods used in descendant components. Main Properties and Methods The most important properties of TRVScroller are:
The most important method is:
|