Class TBoundLabel
Unit
rDBComponents
Declaration
type TBoundLabel = class(TrHTMLLabel)
Description
TrHTMLLabel or TLabel subcomponent, show additional user defined text in some db component
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property Position: TLabelPos read FPosition write SetPosition default lpTopLeft; |
define possition of bound label
|
 |
property Left stored false; |
|
 |
property Top stored false; |
|
 |
property Width stored false; |
|
 |
property Height stored false; |
|
Generated by PasDoc 0.15.0.
|