Class TWPBand
Hierarchy
System.TObject | WPRTEDefs.TCustomParagraphObj | TWPBand
Description
Bands represent the data of a band or group in a template. You can use the event Memo.OnPrepareBandCaption to optimize the caption of the band, as it is displayed in the editorProperties
Property Alias : string
Property AsString : string
Property BandOptions : TStrings
Property Bookmark : string
Property Cond : TWPMergeConditions
Property DisplayAlias : string
Property DisplayName : string
Property FinishCode : string
Property GroupRadioNr : Integer
Property GroupSiblingNr : Integer
Property Name : string
Property Options : TWPMergeOptions
Property PrepareCode : string
Property Prop[index] : string
Property RunCount : Integer
Property Selected : Boolean
Property ShowOnPage : TWPMergeShowOptions
Property StartCode : string
Property Tag : Integer
Methods
Procedure Assign(Source:TWPBand)
Function CreateCopy : TCustomParagraphObj
Function GetAsString : string
Function GetBandOptions : TStrings
Function GetExtraAsString : string
Function GetParentGroup : TWPBand
Function GetPath : string
Procedure SetBandOptions(x:TStrings)
Procedure SetExtraAsString(x:string)
Procedure SetTempColors(Active:Boolean; BackgroundColor:TColor; FontColor:TColor)
Function VarCount : Integer
Procedure VarDel(index:Integer)
Function VarFind(VarName:string) : Integer
Function VarFindRec(SuperMerge:TWPSuperMerge; VarName:string) : TWPBandVar
Used or referenced by
-Property TWPTextCombineStack.GroupBand : TWPBand |