Units documentation - rpprintitem.pas
Units documentation
rpprintitem.pas
Description
This unit implements base classes for any printable report component, defines general properties and virtual methods.
Types
| Name | Description |
| TRpPosAlign |
Enumeration (rpalnone,rpalbottom,rpalright,rpalbotright) Alignment inside a section of print components |
Components and classes
| Name | Base class | Description |
| TRpCommonComponent | TComponent | Defines basic functionality for a print component |
| TRpCommonPosComponent | TRpCommonComponent | Defines positioned component |
| TRpGenTextComponent | TRpCommonPosComponent | Defines a general text enabled print component |
| TRpCommonListItem | TCollectionItem | Item with a reference to a TRpCommon component to store the components related to another component (sections) |
| TRpCommonList | TCollection | Collection of TRpCommonComponents |