Class TIWBSText
Unit
IWBSControls
Declaration
type TIWBSText = class(TIWBSCustomDbControl)
Description
no description available, TIWBSCustomDbControl description follows
Base class for IWBS data aware controls
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
 |
property Lines: TStringList read FLines write SetLines; |
 |
property RawText: boolean read FRawText write SetRawText default False; |
 |
property TagType: string read FTagType write SetTagType stored IsTagTypeStored; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property Lines: TStringList read FLines write SetLines; |
|
 |
property RawText: boolean read FRawText write SetRawText default False; |
|
 |
property TagType: string read FTagType write SetTagType stored IsTagTypeStored; |
|
Generated by PasDoc 0.14.0.
|